fix some db docs
[factor/jcg.git] / basis / opengl / gl / unix / unix.factor
blob3352b18350264dbc39055abfa731a89e969beb3b
1 USING: kernel x11.glx ;
2 IN: opengl.gl.unix
4 : gl-function-context ( -- context ) glXGetCurrentContext ; inline
5 : gl-function-address ( name -- address ) glXGetProcAddressARB ; inline
6 : gl-function-calling-convention ( -- str ) "cdecl" ; inline