MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getGLXFBConfigAttrib

Function getGLXFBConfigAttrib

platform/linux/platformOpenGL.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41PFNglXGetFBConfigAttrib pfnglXGetFBConfigAttrib;
42
43static int getGLXFBConfigAttrib(Display* dsp, GLXFBConfig fbconfig, int attrib)
44{
45 int value;
46 pfnglXGetFBConfigAttrib(dsp, fbconfig, attrib, &value);
47 return value;
48}
49
50void PlatformOpenGL::init() {
51 formatsById.clear();

Callers 1

initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected