PFNGLGETPERFMONITORCOUNTERSAMDPROC typedef

PFNGLGETPERFMONITORCOUNTERSAMDPROC = Void Function(Uint32 group, Pointer<Int32> numCounters, Pointer<Int32> maxActiveCounters, Uint32 counterSize, Pointer<Uint32> counters)

Implementation

typedef PFNGLGETPERFMONITORCOUNTERSAMDPROC =
    Void Function(
      Uint32 group,
      Pointer<Int32> numCounters,
      Pointer<Int32> maxActiveCounters,
      Uint32 counterSize,
      Pointer<Uint32> counters,
    );