PFNGLGETPERFQUERYINFOINTELPROC typedef

PFNGLGETPERFQUERYINFOINTELPROC = Void Function(Uint32 queryId, Uint32 queryNameLength, Pointer<Int8> queryName, Pointer<Uint32> dataSize, Pointer<Uint32> noCounters, Pointer<Uint32> noInstances, Pointer<Uint32> capsMask)

Implementation

typedef PFNGLGETPERFQUERYINFOINTELPROC =
    Void Function(
      Uint32 queryId,
      Uint32 queryNameLength,
      Pointer<Int8> queryName,
      Pointer<Uint32> dataSize,
      Pointer<Uint32> noCounters,
      Pointer<Uint32> noInstances,
      Pointer<Uint32> capsMask,
    );