MCPcopy 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
159static 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

glDrawBufferFunction · 0.85
glDrawBuffersFunction · 0.85
glPopAttribFunction · 0.85
readbackMethod · 0.85

Calls 1

getIntegervFunction · 0.85

Tested by

no test coverage detected