diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2015-05-19 12:09:17 +0200 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2015-05-19 12:09:17 +0200 |
commit | d3503a262b40b973cf99eaa185ec984b9dd6835b (patch) | |
tree | 61281ab78fe00cb778071df43ddd8ca72f6cea89 /Backend | |
parent | cb8beb1ffde5016b427d59c6d4b0272708e33327 (diff) |
expose GPUData type
Diffstat (limited to 'Backend')
-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 |