more twiddling
This commit is contained in:
parent
167599df74
commit
676e02ed8d
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ import qualified VulkanMemoryAllocator as VMA
|
||||||
import Types
|
import Types
|
||||||
import Memory
|
import Memory
|
||||||
import Util
|
import Util
|
||||||
import Data.Maybe (fromMaybe)
|
|
||||||
import Mesh (compactDraws)
|
import Mesh (compactDraws)
|
||||||
|
|
||||||
frameOverlap :: Int
|
frameOverlap :: Int
|
||||||
|
@ -103,7 +102,7 @@ createFrames
|
||||||
|
|
||||||
indirectBuffer <- createAllocatedBuffer
|
indirectBuffer <- createAllocatedBuffer
|
||||||
allocator
|
allocator
|
||||||
(sizeOf (undefined :: Vk.DrawIndirectCommand))
|
(maxObjects * sizeOf (undefined :: Vk.DrawIndirectCommand))
|
||||||
(Vk.BUFFER_USAGE_TRANSFER_DST_BIT .|.
|
(Vk.BUFFER_USAGE_TRANSFER_DST_BIT .|.
|
||||||
Vk.BUFFER_USAGE_STORAGE_BUFFER_BIT .|.
|
Vk.BUFFER_USAGE_STORAGE_BUFFER_BIT .|.
|
||||||
Vk.BUFFER_USAGE_INDIRECT_BUFFER_BIT
|
Vk.BUFFER_USAGE_INDIRECT_BUFFER_BIT
|
||||||
|
|
Loading…
Reference in a new issue