PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC typedef

PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC = Void Function(Uint32 numGroupsX, Uint32 numGroupsY, Uint32 numGroupsZ, Uint32 groupSizeX, Uint32 groupSizeY, Uint32 groupSizeZ)

Implementation

typedef PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC =
    Void Function(
      Uint32 numGroupsX,
      Uint32 numGroupsY,
      Uint32 numGroupsZ,
      Uint32 groupSizeX,
      Uint32 groupSizeY,
      Uint32 groupSizeZ,
    );