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

Function glEndPerfQueryINTEL

source/glbinding/source/gl/functions_e.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void glEndPerfQueryINTEL(GLuint queryHandle)
167{
168 return glbinding::Binding::EndPerfQueryINTEL(queryHandle);
169}
170
171void glEndQuery(GLenum target)
172{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected