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

Function glDeletePerfMonitorsAMD

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

Source from the content-addressed store, hash-verified

164}
165
166void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors)
167{
168 return glbinding::Binding::DeletePerfMonitorsAMD(n, monitors);
169}
170
171void glDeletePerfQueryINTEL(GLuint queryHandle)
172{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected