GlGetPerfQueryInfoINTELNative typedef

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

Implementation

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