Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
void 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
offScreenTest
Function · 0.85
offScreenTest
Function · 0.85
main
Function · 0.85
Calls
1
glDeleteFramebuffers
Function · 0.85
Tested by
1
main
Function · 0.68