From 0c5b039acbcc479f7930864811a59c012ab12e2d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 6 Jul 2014 18:25:27 -0400 Subject: Add gl-scissor procedure. * sly/wrappres/gl.scm (gl-scissor): New procedure. --- sly/wrappers/gl.scm | 3 +++ 1 file changed, 3 insertions(+) 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 ;;; -- cgit v1.2.3