factor/basis/opengl/gl/macosx/macosx.factor

6 lines
167 B
Factor
Raw Normal View History

2009-03-26 00:00:19 -04:00
USING: kernel alien alien.libraries ;
IN: opengl.gl.macosx
: gl-function-context ( -- context ) 0 ; inline
: gl-function-address ( name -- address ) f dlsym ; inline