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

Function glXQueryGLXPbufferSGIX

server/faker-glx.cpp:2068–2076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2066 unsigned int *value)
2067#else
2068int glXQueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, int attribute,
2069 unsigned int *value)
2070#endif
2071{
2072 glXQueryDrawable(dpy, pbuf, attribute, value);
2073 #if !defined(GLX_GLXEXT_VERSION) || GLX_GLXEXT_VERSION < 20190000
2074 return 0;
2075 #endif
2076}
2077
2078
2079// Hand off to the 3D X server without modification.

Callers

nothing calls this directly

Calls 1

glXQueryDrawableFunction · 0.85

Tested by

no test coverage detected