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

Function glDeletePerfQueryINTEL

source/glbinding/source/gl/functions_d.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void glDeletePerfQueryINTEL(GLuint queryHandle)
172{
173 return glbinding::Binding::DeletePerfQueryINTEL(queryHandle);
174}
175
176void glDeleteProgram(GLuint program)
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected