Remove useless alien-address call from opengl.gl.windows
parent
aa7f839948
commit
eefa95ad25
|
@ -1,6 +1,6 @@
|
|||
USING: kernel windows.opengl32 ;
|
||||
IN: opengl.gl.windows
|
||||
|
||||
: gl-function-context ( -- context ) wglGetCurrentContext alien-address ; inline
|
||||
: gl-function-context ( -- context ) wglGetCurrentContext ; inline
|
||||
: gl-function-address ( name -- address ) wglGetProcAddress ; inline
|
||||
: gl-function-calling-convention ( -- str ) "stdcall" ; inline
|
||||
|
|
Loading…
Reference in New Issue