-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.MultisampleCoverage -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.NV.MultisampleCoverage ( -- * Enums gl_COLOR_SAMPLES_NV, gl_SAMPLES_ARB ) where import Graphics.Rendering.OpenGL.Raw.Tokens