Package org.lwjgl.opengl
Class ARBComputeVariableGroupSize
java.lang.Object
org.lwjgl.opengl.ARBComputeVariableGroupSize
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:static final int
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v:static final int
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:static final int
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v: -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB
public static final int GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARBAccepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
-
GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB
public static final int GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARBAccepted by the <pname> parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v:- See Also:
-
GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB
public static final int GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARBAccepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v:- See Also:
-
GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB
public static final int GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARBAccepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v, GetFloati_v, GetDoublei_v and GetInteger64i_v:- See Also:
-
-
Method Details
-
glDispatchComputeGroupSizeARB
public 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)
-