PFNGLDISPATCHCOMPUTEPROC typedef

PFNGLDISPATCHCOMPUTEPROC = Void Function(Uint32 num_groups_x, Uint32 num_groups_y, Uint32 num_groups_z)

Implementation

typedef PFNGLDISPATCHCOMPUTEPROC = Void Function(
    Uint32 num_groups_x, Uint32 num_groups_y, Uint32 num_groups_z);