OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/InternalformatSampleQuery.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.InternalformatSampleQuery
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/NV/internalformat_sample_query.txt NV_internalformat_sample_query> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.InternalformatSampleQuery (
-- * Enums
gl_CONFORMANT_NV,
gl_MULTISAMPLES_NV,
gl_RENDERBUFFER,
gl_SUPERSAMPLE_SCALE_X_NV,
gl_SUPERSAMPLE_SCALE_Y_NV,
gl_TEXTURE_2D_MULTISAMPLE,
gl_TEXTURE_2D_MULTISAMPLE_ARRAY,
-- * Functions
glGetInternalformatSampleivNV
) where
import Graphics.Rendering.OpenGL.Raw.Tokens
import Graphics.Rendering.OpenGL.Raw.Functions