Handbook
Glossary
create-glx ( XVisualInfo* -- GLXContext )
Vocabulary
x11
.
glx
Inputs
XVisualInfo*
an
object
Outputs
GLXContext
an
object
Definition
USING:
kernel
namespaces
x11
;
IN:
x11.glx
:
create-glx
( XVisualInfo* -- GLXContext )
[
dpy
get
]
dip
f
1
glXCreateContext
[
"Failed to create GLX context"
throw
]
unless*
;