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

Function glEndPerfMonitorAMD

source/glbinding/source/gl/functions_e.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void glEndPerfMonitorAMD(GLuint monitor)
162{
163 return glbinding::Binding::EndPerfMonitorAMD(monitor);
164}
165
166void glEndPerfQueryINTEL(GLuint queryHandle)
167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected