MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / getRGBSize

Method getRGBSize

server/VirtualDrawable.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 int getHeight(void) { return height; }
71 int getDepth(void) { return depth; }
72 int getRGBSize(void) { return rgbSize; }
73 VGLFBConfig getFBConfig(void) { return config; }
74 void clear(void);
75 void swap(void);

Callers 3

sendPluginMethod · 0.80
sendVGLMethod · 0.80
sendXVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected