create-glx ( XVisualInfo* -- GLXContext )


Vocabulary
x11.glx

Inputs
XVisualInfo*an object


Outputs
GLXContextan object


Definition


: create-glx ( XVisualInfo* -- GLXContext )
[ dpy get ] dip f 1 glXCreateContext
[ "Failed to create GLX context" throw ] unless* ;