-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.ComputeVariableGroupSize -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.ComputeVariableGroupSize ( -- * Extension Support glGetARBComputeVariableGroupSize, gl_ARB_compute_variable_group_size, -- * Enums gl_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB, gl_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB, gl_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB, gl_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB, -- * Functions glDispatchComputeGroupSizeARB ) where import Graphics.Rendering.OpenGL.Raw.ExtensionPredicates import Graphics.Rendering.OpenGL.Raw.Tokens import Graphics.Rendering.OpenGL.Raw.Functions