]> gitweb.factorcode.org Git - factor.git/blob - basis/opengl/gl/x11/x11.factor
factor: trim more using lists.
[factor.git] / basis / opengl / gl / x11 / x11.factor
1 USING: x11.glx ;
2 IN: opengl.gl.x11
3
4 : gl-function-context ( -- context ) glXGetCurrentContext ; inline
5 : gl-function-address ( name -- address ) glXGetProcAddressARB ; inline