-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.OcclusionQuery2 -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- All raw functions and tokens from the ARB_occlusion_query2 extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.OcclusionQuery2 ( -- * Tokens gl_ANY_SAMPLES_PASSED ) where import Graphics.Rendering.OpenGL.Raw.Core31.Types gl_ANY_SAMPLES_PASSED :: GLenum gl_ANY_SAMPLES_PASSED = 0x8C2F