PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC typedef

PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC = Void Function(Uint32 group, Uint32 counter, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> counterString)

Implementation

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