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

Function glBeginPerfMonitorAMD

source/glbinding/source/gl/functions_b.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void glBeginPerfMonitorAMD(GLuint monitor)
42{
43 return glbinding::Binding::BeginPerfMonitorAMD(monitor);
44}
45
46void glBeginPerfQueryINTEL(GLuint queryHandle)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected