summaryrefslogtreecommitdiff
path: root/chickadee/graphics/gl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'chickadee/graphics/gl.scm')
-rw-r--r--chickadee/graphics/gl.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/chickadee/graphics/gl.scm b/chickadee/graphics/gl.scm
index 739165f..2ba0ec2 100644
--- a/chickadee/graphics/gl.scm
+++ b/chickadee/graphics/gl.scm
@@ -1,5 +1,5 @@
;;; Chickadee Game Toolkit
-;;; Copyright © 2016 David Thompson <davet@gnu.org>
+;;; Copyright © 2016, 2021 David Thompson <davet@gnu.org>
;;;
;;; Chickadee is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
@@ -337,3 +337,10 @@ object.")
(re-export (%glPolygonMode . gl-polygon-mode)
(%glCullFace . gl-cull-face)
(%glColorMask . gl-color-mask))
+
+
+;;;
+;;; Errors
+;;;
+
+(re-export (%glGetError . gl-get-error))