Code cleanup
This commit is contained in:
parent
9fc8b0032c
commit
458c149c71
13 changed files with 4 additions and 109 deletions
|
|
@ -135,13 +135,6 @@ public:
|
|||
|
||||
void buildCommandBuffers()
|
||||
{
|
||||
// Destroy command buffers if already present
|
||||
if (!checkCommandBuffers())
|
||||
{
|
||||
destroyCommandBuffers();
|
||||
createCommandBuffers();
|
||||
}
|
||||
|
||||
VkCommandBufferBeginInfo cmdBufInfo = vks::initializers::commandBufferBeginInfo();
|
||||
|
||||
VkClearValue clearValues[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue