Package org.lwjgl.opengl
Class ARBComputeVariableGroupSize
- java.lang.Object
-
- org.lwjgl.opengl.ARBComputeVariableGroupSize
-
public final class ARBComputeVariableGroupSize extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:static int
GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v:static int
GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:static int
GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glDispatchComputeGroupSizeARB(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z)
-
-
-
Field Detail
-
GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB
public static final int GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
- Constant Field Values
-
GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB
public static final int GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
- Constant Field Values
-
GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB
public static final int GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v:- See Also:
- Constant Field Values
-
GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB
public static final int GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v:- See Also:
- Constant Field Values
-
-