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