Broken binding of central picture in one pass

This commit is contained in:
2021-07-26 00:53:35 +02:00
parent 4f44b748bf
commit 5dfebd221d
9 changed files with 165 additions and 17 deletions
+5 -1
View File
@@ -1,6 +1,7 @@
module Shader.Parameters
( floatSize
, numDrawableElements
, numSubElements
) where
import Graphics.Rendering.OpenGL hiding (Point,translate,scale,imageHeight)
import Foreign
@@ -11,5 +12,8 @@ floatSize = sizeOf (0.5 :: GLfloat)
numDrawableElements :: Int
{-# INLINE numDrawableElements #-}
numDrawableElements = 50000
numDrawableElements = 70000
numSubElements :: Int
{-# INLINE numSubElements #-}
numSubElements = 10000