map GLboolean to Scheme boolean
[clinton/guile-figl.git] / figl / gl / types.scm
2013-02-11 Daniel Hartwigmap GLboolean to Scheme boolean
2013-02-10 Daniel Hartwiguse ptrdiff_t, not guesswork
2013-02-10 Daniel Hartwigarray parameters also accept pointers
2013-02-10 Daniel Hartwigrestore type hack for glGetString.xml typo
2013-02-09 Daniel Hartwiginclude all low-level bindings
2013-02-05 Andy Wingoinclude more low-level bindings
2013-02-05 Andy Wingoa #f array is the null pointer
2013-02-02 Andy Wingobetter handling of array arguments, strings
2013-02-02 Andy Wingotype-specific wrapping and unwrapping of scheme values
2013-02-01 Andy Wingodefine more types
2013-02-01 Andy Wingoreorganize file structures; allow for module-specific...