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

@ -116,8 +116,6 @@ public:
vkCmdBindDescriptorSets(drawCmdBuffers[i], VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout, 0, 1, &descriptorSet, 0, NULL);
VkDeviceSize offsets[1] = { 0 };
// Solid shading
vkCmdBindPipeline(drawCmdBuffers[i], VK_PIPELINE_BIND_POINT_GRAPHICS, pipelines.solid);
scene.draw(drawCmdBuffers[i]);