better description

This commit is contained in:
nek0 2021-07-24 03:33:12 +02:00
parent d71437774f
commit 87b70cd93a
1 changed files with 2 additions and 2 deletions

View File

@ -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)