weed out stuff
This commit is contained in:
parent
def6e56d1f
commit
4feac51f26
1 changed files with 0 additions and 45 deletions
|
@ -1,4 +1,3 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE DuplicateRecordFields #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
|
@ -320,50 +319,6 @@ recordCommandBuffer
|
|||
)
|
||||
draws
|
||||
|
||||
-- V.mapM_
|
||||
-- (\(IndirectBatch mesh material first count) -> do
|
||||
|
||||
-- when
|
||||
-- (materialTextureSet material /= Vk.NULL_HANDLE)
|
||||
-- (Vk.cmdBindDescriptorSets
|
||||
-- commandBuffer
|
||||
-- Vk.PIPELINE_BIND_POINT_GRAPHICS
|
||||
-- (materialPipelineLayout material)
|
||||
-- 2
|
||||
-- (V.singleton $ materialTextureSet material)
|
||||
-- V.empty
|
||||
-- )
|
||||
|
||||
-- Vk.cmdBindPipeline commandBuffer Vk.PIPELINE_BIND_POINT_GRAPHICS (materialPipeline material)
|
||||
|
||||
-- Vk.cmdBindDescriptorSets
|
||||
-- commandBuffer
|
||||
-- Vk.PIPELINE_BIND_POINT_GRAPHICS
|
||||
-- (materialPipelineLayout material)
|
||||
-- 0
|
||||
-- (V.singleton $ frameGlobalDescriptor frame)
|
||||
-- V.empty
|
||||
|
||||
-- Vk.cmdBindDescriptorSets
|
||||
-- commandBuffer
|
||||
-- Vk.PIPELINE_BIND_POINT_GRAPHICS
|
||||
-- (materialPipelineLayout material)
|
||||
-- 1
|
||||
-- (V.singleton $ frameObjectDescriptor frame)
|
||||
-- V.empty
|
||||
|
||||
-- Vk.cmdBindVertexBuffers
|
||||
-- commandBuffer
|
||||
-- 0
|
||||
-- (V.fromList [ allocatedBuffer $ meshBuffer mesh ])
|
||||
-- (V.fromList [ 0 ])
|
||||
|
||||
-- mapM_
|
||||
-- (Vk.cmdDraw commandBuffer (fromIntegral $ V.length $ meshVertices mesh) 1 0)
|
||||
-- [first .. (count - 1)]
|
||||
-- )
|
||||
-- draws
|
||||
|
||||
prepareRecording
|
||||
:: V2 CInt
|
||||
-> Vk.CommandBuffer
|
||||
|
|
Loading…
Reference in a new issue