Fix macosx gl-function-address to use symbols from GL library linked to VM
parent
07baa20969
commit
86e700cea0
extra/opengl/gl/macosx
|
@ -2,5 +2,5 @@ USING: kernel alien ;
|
|||
IN: opengl.gl.macosx
|
||||
|
||||
: gl-function-context ( -- context ) 0 ; inline
|
||||
: gl-function-address ( name -- address ) "gl" load-library dlsym ; inline
|
||||
: gl-function-address ( name -- address ) f dlsym ; inline
|
||||
: gl-function-calling-convention ( -- str ) "cdecl" ; inline
|
||||
|
|
Loading…
Reference in New Issue