Code cleanup

This commit is contained in:
Sascha Willems 2020-04-20 20:29:15 +02:00
parent 9fc8b0032c
commit 458c149c71
13 changed files with 4 additions and 109 deletions

View file

@ -231,13 +231,6 @@ public:
void buildCommandBuffers()
{
// Destroy command buffers if already present
if (!checkCommandBuffers())
{
destroyCommandBuffers();
createCommandBuffers();
}
VkCommandBufferBeginInfo cmdBufInfo = vks::initializers::commandBufferBeginInfo();
VkClearValue clearValues[2];