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

Function getGLXFBConfigAttrib

server/glxvisual.cpp:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438
439static INLINE int getGLXFBConfigAttrib(GLXFBConfig config, int attribute)
440{
441 int value = 0;
442 _glXGetFBConfigAttrib(DPY3D, config, attribute, &value);
443 return value;
444}
445
446
447static void buildCfgAttribTable(Display *dpy, int screen)

Callers 1

buildCfgAttribTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected