remove lambda
This commit is contained in:
parent
ef135731a4
commit
6caf99a13c
1 changed files with 2 additions and 4 deletions
|
@ -265,10 +265,8 @@ recordCommandBuffer
|
|||
(V.fromList [ 0 ])
|
||||
|
||||
mapM_
|
||||
(\index ->
|
||||
Vk.cmdDraw commandBuffer (fromIntegral $ V.length $ meshVertices mesh) 1 0 index
|
||||
)
|
||||
([first .. first + count])
|
||||
(Vk.cmdDraw commandBuffer (fromIntegral $ V.length $ meshVertices mesh) 1 0)
|
||||
[first .. count]
|
||||
)
|
||||
draws
|
||||
|
||||
|
|
Loading…
Reference in a new issue