diff options
-rw-r--r-- | Backend/GL/Mesh.hs | 3 |
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 | ||
13 | import Control.Applicative | 14 | import Control.Applicative |