MCPcopy Create free account
hub / github.com/cginternals/glbinding / glCreatePerfQueryINTEL

Function glCreatePerfQueryINTEL

source/glbinding/source/gl/functions_c.cpp:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131void glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle)
1132{
1133 return glbinding::Binding::CreatePerfQueryINTEL(queryId, queryHandle);
1134}
1135
1136GLuint glCreateProgram()
1137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected