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

Function glDeleteBuffersARB

source/glbinding/source/gl/functions_d.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void glDeleteBuffersARB(GLsizei n, const GLuint * buffers)
97{
98 return glbinding::Binding::DeleteBuffersARB(n, buffers);
99}
100
101void glDeleteCommandListsNV(GLsizei n, const GLuint * lists)
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected