GlDispatchComputeGroupSizeARBNative typedef

GlDispatchComputeGroupSizeARBNative = Void Function(Uint32 num_groups_x, Uint32 num_groups_y, Uint32 num_groups_z, Uint32 group_size_x, Uint32 group_size_y, Uint32 group_size_z)

Implementation

typedef GlDispatchComputeGroupSizeARBNative = Void Function(
    Uint32 num_groups_x,
    Uint32 num_groups_y,
    Uint32 num_groups_z,
    Uint32 group_size_x,
    Uint32 group_size_y,
    Uint32 group_size_z);