summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Backend/GL/Mesh.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Backend/GL/Mesh.hs b/Backend/GL/Mesh.hs
index 261e6cc..3ffb6f0 100644
--- a/Backend/GL/Mesh.hs
+++ b/Backend/GL/Mesh.hs
@@ -7,7 +7,8 @@ module Backend.GL.Mesh (
7 updateMesh, 7 updateMesh,
8 Mesh(..), 8 Mesh(..),
9 MeshPrimitive(..), 9 MeshPrimitive(..),
10 MeshAttribute(..) 10 MeshAttribute(..),
11 GPUData
11) where 12) where
12 13
13import Control.Applicative 14import Control.Applicative