Reduce shape vertex size to 8 floats
It is not at all clear whether this is an improvement or not
This commit is contained in:
@@ -5,7 +5,7 @@ import Foreign.Storable
|
||||
|
||||
shapeVerxSize :: Int
|
||||
{-# INLINE shapeVerxSize #-}
|
||||
shapeVerxSize = sizeOf (0 :: Float) * 12
|
||||
shapeVerxSize = sizeOf (0 :: Float) * 8
|
||||
|
||||
--shapeVerxAttributes :: [VertexAttribute]
|
||||
--shapeVerxAttributes =
|
||||
|
||||
Reference in New Issue
Block a user