glGetFirstPerfQueryIdIntel function
define glGetFirstPerfQueryIdINTEL GLEW_GET_FUN(__glewGetFirstPerfQueryIdINTEL)
GLEW_FUN_EXPORT PFNGLGETFIRSTPERFQUERYIDINTELPROC __glewGetFirstPerfQueryIdINTEL
typedef void (GLAPIENTRY * PFNGLGETFIRSTPERFQUERYIDINTELPROC) (GLuint* queryId)
Implementation
void glGetFirstPerfQueryIdIntel(Pointer<Uint32> queryId) {
final glGetFirstPerfQueryIdIntelAsFunction = _glGetFirstPerfQueryIdIntel
.cast<NativeFunction<Void Function(Pointer<Uint32> queryId)>>()
.asFunction<void Function(Pointer<Uint32> queryId)>();
return glGetFirstPerfQueryIdIntelAsFunction(queryId);
}