MCPcopy 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
288void glDrawBuffersATI(GLsizei n, const GLenum *bufs)
289{
290 glDrawBuffers(n, bufs);
291}
292
293
294void glFramebufferDrawBufferEXT(GLuint framebuffer, GLenum mode)

Callers

nothing calls this directly

Calls 1

glDrawBuffersFunction · 0.85

Tested by

no test coverage detected