-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.InternalformatSampleQuery -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The 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