summaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2015-05-19 12:09:17 +0200
committerCsaba Hruska <csaba.hruska@gmail.com>2015-05-19 12:09:17 +0200
commitd3503a262b40b973cf99eaa185ec984b9dd6835b (patch)
tree61281ab78fe00cb778071df43ddd8ca72f6cea89 /Backend
parentcb8beb1ffde5016b427d59c6d4b0272708e33327 (diff)
expose GPUData type
Diffstat (limited to 'Backend')
-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