7 lines
212 B
Factor
7 lines
212 B
Factor
|
USING: kernel alien ;
|
||
|
IN: opengl.gl.macosx
|
||
|
|
||
|
: gl-function-context ( -- context ) 0 ; inline
|
||
|
: gl-function-address ( name -- address ) f dlsym ; inline
|
||
|
: gl-function-calling-convention ( -- str ) "cdecl" ; inline
|