repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix some db docs
[factor/jcg.git]
/
basis
/
opengl
/
gl
/
unix
/
unix.factor
blob
3352b18350264dbc39055abfa731a89e969beb3b
1
USING: kernel x11.glx ;
2
IN: opengl.gl.unix
3
4
: gl-function-context ( -- context ) glXGetCurrentContext ; inline
5
: gl-function-address ( name -- address ) glXGetProcAddressARB ; inline
6
: gl-function-calling-convention ( -- str ) "cdecl" ; inline