gl-0.3: dist/build/autogen/Graphics/GL/Raw/Extension/NV/ShaderThreadGroup.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.ShaderThreadGroup (
-- * Extension Support
gl_NV_shader_thread_group
-- * GL_NV_shader_thread_group
, pattern GL_SM_COUNT_NV
, pattern GL_WARPS_PER_SM_NV
, pattern GL_WARP_SIZE_NV
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
gl_NV_shader_thread_group :: Bool
gl_NV_shader_thread_group = member "GL_NV_shader_thread_group" extensions
pattern GL_SM_COUNT_NV = 0x933B
pattern GL_WARPS_PER_SM_NV = 0x933A
pattern GL_WARP_SIZE_NV = 0x9339