Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glDrawBuffer
Function
glDrawBuffer
source/glbinding/source/gl/functions_d.cpp:481–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
}
480
481
void glDrawBuffer(GLenum buf)
482
{
483
return glbinding::Binding::DrawBuffer(buf);
484
}
485
486
void glDrawBuffers(GLsizei n, const GLenum * bufs)
487
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected