]> gitweb.factorcode.org Git - factor.git/blob - basis/opengl/gl/macosx/macosx.factor
stomp.cli: simplify
[factor.git] / basis / opengl / gl / macosx / macosx.factor
1 USING: kernel alien alien.libraries ;
2 IN: opengl.gl.macosx
3
4 : gl-function-context ( -- context ) 0 ; inline
5 : gl-function-address ( name -- address ) f dlsym ; inline