better description
This commit is contained in:
parent
d71437774f
commit
87b70cd93a
1 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ class Drawable a where
|
|||
-- -- | List type for resulting vertices and indices
|
||||
-- type VertexList a :: * -> *
|
||||
|
||||
-- | converter function
|
||||
-- toVertices :: a -> ((VertexList a) Word, (VertexList a) Vertex)
|
||||
-- | Function returning a tuple of Vectors of draw order indices and the
|
||||
-- appropriate vertices.
|
||||
toVertices :: a -> (V.Vector Word, V.Vector Vertex)
|
||||
|
|
Loading…
Reference in a new issue