Minor code cleanup

Removed unused variables
This commit is contained in:
Sascha Willems 2022-12-09 07:24:32 +01:00
parent 26cfa27f07
commit 707bb41851
19 changed files with 1 additions and 38 deletions

View file

@ -236,8 +236,6 @@ public:
vkCmdBindPipeline(offScreenCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, useSampleShading ? pipelines.offscreenSampleShading : pipelines.offscreen);
VkDeviceSize offsets[1] = { 0 };
// Background
vkCmdBindDescriptorSets(offScreenCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout, 0, 1, &descriptorSets.background, 0, nullptr);
models.background.draw(offScreenCmdBuffer);