more twiddling

This commit is contained in:
nek0 2023-08-25 01:10:38 +02:00 committed by Amedeo Molnár
parent 167599df74
commit 676e02ed8d
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import qualified VulkanMemoryAllocator as VMA
import Types
import Memory
import Util
import Data.Maybe (fromMaybe)
import Mesh (compactDraws)
frameOverlap :: Int
@ -103,7 +102,7 @@ createFrames
indirectBuffer <- createAllocatedBuffer
allocator
(sizeOf (undefined :: Vk.DrawIndirectCommand))
(maxObjects * sizeOf (undefined :: Vk.DrawIndirectCommand))
(Vk.BUFFER_USAGE_TRANSFER_DST_BIT .|.
Vk.BUFFER_USAGE_STORAGE_BUFFER_BIT .|.
Vk.BUFFER_USAGE_INDIRECT_BUFFER_BIT