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

Function glDeleteQueries

source/glbinding/source/gl/functions_d.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void glDeleteQueries(GLsizei n, const GLuint * ids)
202{
203 return glbinding::Binding::DeleteQueries(n, ids);
204}
205
206void glDeleteQueriesARB(GLsizei n, const GLuint * ids)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected