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