diff options
-rw-r--r-- | sly/wrappers/gl.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sly/wrappers/gl.scm b/sly/wrappers/gl.scm index c6b84a4..4d5afcc 100644 --- a/sly/wrappers/gl.scm +++ b/sly/wrappers/gl.scm @@ -27,6 +27,9 @@ #:use-module (gl runtime) #:use-module (gl types)) +(re-export (%glClearColor . gl-clear-color) + (%glScissor . gl-scissor)) + ;;; ;;; 3.8.1 Texture Image Specification ;;; |