Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ glDrawBuffersATI
Function
glDrawBuffersATI
server/faker-gl.cpp:288–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
}
287
288
void glDrawBuffersATI(GLsizei n, const GLenum *bufs)
289
{
290
glDrawBuffers(n, bufs);
291
}
292
293
294
void glFramebufferDrawBufferEXT(GLuint framebuffer, GLenum mode)
Callers
nothing calls this directly
Calls
1
glDrawBuffers
Function · 0.85
Tested by
no test coverage detected