Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ DrawingToRight
Function
DrawingToRight
server/faker.h:159–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
159
static INLINE int DrawingToRight(void)
160
{
161
GLint drawbuf = GL_LEFT;
162
backend::getIntegerv(GL_DRAW_BUFFER, &drawbuf);
163
return IS_RIGHT(drawbuf);
164
}
165
166
167
#define DIE(f, m) \
Callers
8
glDrawBuffer
Function · 0.85
glDrawBuffers
Function · 0.85
glFramebufferDrawBufferEXT
Function · 0.85
glFramebufferDrawBuffersEXT
Function · 0.85
glNamedFramebufferDrawBuffer
Function · 0.85
glNamedFramebufferDrawBuffers
Function · 0.85
glPopAttrib
Function · 0.85
readback
Method · 0.85
Calls
1
getIntegerv
Function · 0.85
Tested by
no test coverage detected