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

Function glDeleteObjectARB

source/glbinding/source/gl/functions_d.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void glDeleteObjectARB(GLhandleARB obj)
152{
153 return glbinding::Binding::DeleteObjectARB(obj);
154}
155
156void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected