x11.glx vocabulary
Factor handbook ยป Vocabulary index


Summary
GLX (X11 OpenGL) binding

Metadata
Tags:bindings
Authors:Eduardo Cavazos, Slava Pestov


Words

Symbol words
GLXContext
GLXContextID
GLXDrawable
GLXFBConfig
GLXFBConfigID
GLXPbuffer
GLXPixmap
GLXWindow


Ordinary words
WordStack effect
GLX_ACCUM_ALPHA_SIZE( -- value )
GLX_ACCUM_BLUE_SIZE( -- value )
GLX_ACCUM_GREEN_SIZE( -- value )
GLX_ACCUM_RED_SIZE( -- value )
GLX_ALPHA_SIZE( -- value )
GLX_AUX_BUFFERS( -- value )
GLX_BLUE_SIZE( -- value )
GLX_BUFFER_SIZE( -- value )
GLX_DEPTH_SIZE( -- value )
GLX_DOUBLEBUFFER( -- value )
GLX_GREEN_SIZE( -- value )
GLX_LEVEL( -- value )
GLX_RED_SIZE( -- value )
GLX_RGBA( -- value )
GLX_RGBA_FLOAT_BIT( -- value )
GLX_RGBA_FLOAT_TYPE( -- value )
GLX_SAMPLES( -- value )
GLX_SAMPLE_BUFFERS( -- value )
GLX_STENCIL_SIZE( -- value )
GLX_STEREO( -- value )
GLX_USE_GL( -- value )
create-glx( XVisualInfo* -- GLXContext )
destroy-glx( GLXContext -- )
glXChooseFBConfig( dpy screen attrib_list nelements -- GLXFBConfig* )
glXChooseVisual( dpy screen attribList -- XVisualInfo* )
glXCopyContext( dpy src dst mask -- )
glXCreateContext( dpy vis shareList direct -- GLXContext )
glXCreateGLXPixmap( dpy vis pixmap -- GLXPixmap )
glXCreateNewContext( dpy config render_type share_list direct -- GLXContext )
glXCreatePbuffer( dpy config attrib_list -- GLXPbuffer )
glXCreatePixmap( dpy config pixmap attrib_list -- GLXPixmap )
glXCreateWindow( dpy config win attrib_list -- GLXWindow )
glXDestroyContext( dpy ctx -- )
glXDestroyGLXPixmap( dpy pix -- )
glXDestroyPbuffer( dpy pbuf -- )
glXDestroyPixmap( dpy pixmap -- )
glXDestroyWindow( dpy win -- )
glXGetClientString( dpy name -- c-string )
glXGetConfig( dpy vis attrib value -- int )
glXGetCurrentContext( -- GLXContext )
glXGetCurrentDisplay( -- Display* )
glXGetCurrentDrawable( -- GLXDrawable )
glXGetCurrentReadDrawable( -- GLXDrawable )
glXGetFBConfigAttrib( dpy config attribute value -- int )
glXGetFBConfigs( dpy screen nelements -- GLXFBConfig* )
glXGetProcAddress( procname -- void* )
glXGetProcAddressARB( procname -- void* )
glXGetSelectedEvent( dpy draw event_mask -- )
glXGetVisualFromFBConfig( dpy config -- XVisualInfo* )
glXIsDirect( dpy ctx -- bool )
glXMakeContextCurrent( display draw read ctx -- bool )
glXMakeCurrent( dpy drawable ctx -- bool )
glXQueryContext( dpy ctx attribute value -- int )
glXQueryDrawable( dpy draw attribute value -- )
glXQueryExtension( dpy errorBase eventBase -- bool )
glXQueryExtensionsString( dpy screen -- c-string )
glXQueryServerString( dpy screen name -- c-string )
glXQueryVersion( dpy major minor -- bool )
glXSelectEvent( dpy draw event_mask -- )
glXSwapBuffers( dpy drawable -- )
glXUseXFont( font first count listBase -- )
glXWaitGL( -- )
glXWaitX( -- )


Files


Metadata files