PFNGLGETPERFMONITORGROUPSAMDPROC typedef

PFNGLGETPERFMONITORGROUPSAMDPROC = Void Function(Pointer<Int32> numGroups, Uint32 groupsSize, Pointer<Uint32> groups)

Implementation

typedef PFNGLGETPERFMONITORGROUPSAMDPROC =
    Void Function(
      Pointer<Int32> numGroups,
      Uint32 groupsSize,
      Pointer<Uint32> groups,
    );