glctx   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/shaderlight.xtm

Implementation

;; setup opengl window+context
;;(define glctx (gl:make-ctx ":0.0" #f 0.0 0.0 width height))
(define glctx (gl:make-ctx ":0.0" fullscreen 0.0 0.0 width height))


Back to Index

Similar Entries