diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-07-06 18:25:27 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-25 19:33:07 -0400 |
commit | 0c5b039acbcc479f7930864811a59c012ab12e2d (patch) | |
tree | b94134f3bf71dd77e51c70e41f8050e11df79297 | |
parent | 4ca8761e394404d0c02349c47e4ede27ea5a48d1 (diff) |
Add gl-scissor procedure.
* sly/wrappres/gl.scm (gl-scissor): New procedure.
-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 ;;; |