summaryrefslogtreecommitdiff
path: root/src/LambdaCube/GL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/LambdaCube/GL.hs')
-rw-r--r--src/LambdaCube/GL.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LambdaCube/GL.hs b/src/LambdaCube/GL.hs
index 2b5c814..f852eab 100644
--- a/src/LambdaCube/GL.hs
+++ b/src/LambdaCube/GL.hs
@@ -90,7 +90,8 @@ module LambdaCube.GL (
90 makeSchema, 90 makeSchema,
91 91
92 (@=), 92 (@=),
93 updateUniforms 93 updateUniforms,
94 updateObjectUniforms
94) where 95) where
95 96
96import LambdaCube.GL.Type 97import LambdaCube.GL.Type