factor/extra/opengl/gl/unix/unix.factor

7 lines
241 B
Factor
Raw Normal View History

USING: kernel x11.glx ;
2008-01-13 01:58:56 -05:00
IN: opengl.gl.unix
: gl-function-context ( -- context ) glXGetCurrentContext ; inline
: gl-function-address ( name -- address ) glXGetProcAddress ; inline
: gl-function-calling-convention ( -- str ) "cdecl" ; inline