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

Function glDeleteFramebuffersEXT

source/glbinding/source/gl/functions_d.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void glDeleteFramebuffersEXT(GLsizei n, const GLuint * framebuffers)
127{
128 return glbinding::Binding::DeleteFramebuffersEXT(n, framebuffers);
129}
130
131void glDeleteLists(GLuint list, GLsizei range)
132{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected