MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / glDeleteFramebuffersEXT

Function glDeleteFramebuffersEXT

server/faker-gl.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void glDeleteFramebuffersEXT(GLsizei n, const GLuint *framebuffers)
185{
186 glDeleteFramebuffers(n, framebuffers);
187}
188
189
190// If the application is rendering to the front buffer and switches the draw

Callers 3

offScreenTestFunction · 0.85
offScreenTestFunction · 0.85
mainFunction · 0.85

Calls 1

glDeleteFramebuffersFunction · 0.85

Tested by 1

mainFunction · 0.68