Class ARBComputeVariableGroupSize


  • public final class ARBComputeVariableGroupSize
    extends java.lang.Object
    • 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
    • Method Detail

      • 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)