GlGetPerfMonitorCounterStringAMDNative typedef

GlGetPerfMonitorCounterStringAMDNative = Void Function(Uint32 group, Uint32 counter, Int32 bufSize, Pointer<Int32> length, Pointer<NativeType> counterString)

Implementation

typedef GlGetPerfMonitorCounterStringAMDNative = Void Function(
    Uint32 group,
    Uint32 counter,
    Int32 bufSize,
    Pointer<Int32> length,
    Pointer counterString);