PFNGLDISPATCHCOMPUTEPROC typedef

PFNGLDISPATCHCOMPUTEPROC = Void Function(Uint32 numGroupsX, Uint32 numGroupsY, Uint32 numGroupsZ)

Implementation

typedef PFNGLDISPATCHCOMPUTEPROC =
    Void Function(Uint32 numGroupsX, Uint32 numGroupsY, Uint32 numGroupsZ);