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