GlDispatchComputeGroupSizeARB typedef

GlDispatchComputeGroupSizeARB = void Function(int target, int offset, int size, int memory, int memOffset, int commit)

Implementation

typedef GlDispatchComputeGroupSizeARB = void Function(
    int num_groups_x,
    int num_groups_y,
    int num_groups_z,
    int group_size_x,
    int group_size_y,
    int group_size_z);