GlGetPerfMonitorCountersAMD typedef

GlGetPerfMonitorCountersAMD = void Function(int group, Pointer<Int32> numCounters, Pointer<Int32> maxActiveCounters, int counterSize, Pointer<Uint32> counters)

Implementation

typedef GlGetPerfMonitorCountersAMD = void Function(
    int group,
    Pointer<Int32> numCounters,
    Pointer<Int32> maxActiveCounters,
    int counterSize,
    Pointer<Uint32> counters);