summaryrefslogtreecommitdiff
path: root/Backend/GL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend/GL.hs')
-rw-r--r--Backend/GL.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend/GL.hs b/Backend/GL.hs
index 6b27cd1..3edb4fa 100644
--- a/Backend/GL.hs
+++ b/Backend/GL.hs
@@ -23,6 +23,7 @@ module Backend.GL (
23 arraySize, 23 arraySize,
24 arrayType, 24 arrayType,
25 compileTexture2DRGBAF, 25 compileTexture2DRGBAF,
26 compileTexture2DRGBAF',
26 27
27 -- GL Pipeline Input, Object 28 -- GL Pipeline Input, Object
28 GLPipeline, 29 GLPipeline,