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

Function glXCreateGLXPixmapWithConfigSGIX

server/faker-glx.cpp:607–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607GLXPixmap glXCreateGLXPixmapWithConfigSGIX(Display *dpy,
608 GLXFBConfigSGIX config, Pixmap pixmap)
609{
610 return glXCreatePixmap(dpy, config, pixmap, NULL);
611}
612
613
614// Fake out the application into thinking it's getting a window drawable, but

Callers

nothing calls this directly

Calls 1

glXCreatePixmapFunction · 0.85

Tested by

no test coverage detected