Increase number of drawable elements
This commit is contained in:
@@ -21,8 +21,8 @@ glushortSize = sizeOf (0 :: GLushort)
|
||||
|
||||
numDrawableElements :: Int
|
||||
{-# INLINE numDrawableElements #-}
|
||||
numDrawableElements = 60000
|
||||
numDrawableElements = 6 * numSubElements
|
||||
|
||||
numSubElements :: Int
|
||||
{-# INLINE numSubElements #-}
|
||||
numSubElements = 10000
|
||||
numSubElements = 100000
|
||||
|
||||
Reference in New Issue
Block a user