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

Function glDeleteQueriesARB

source/glbinding/source/gl/functions_d.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void glDeleteQueriesARB(GLsizei n, const GLuint * ids)
207{
208 return glbinding::Binding::DeleteQueriesARB(n, ids);
209}
210
211void glDeleteQueryResourceTagNV(GLsizei n, const GLint * tagIds)
212{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected