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

Function glBeginPerfQueryINTEL

source/glbinding/source/gl/functions_b.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void glBeginPerfQueryINTEL(GLuint queryHandle)
47{
48 return glbinding::Binding::BeginPerfQueryINTEL(queryHandle);
49}
50
51void glBeginQuery(GLenum target, GLuint id)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected