Fixed typos
This commit is contained in:
parent
e1ec3b6c78
commit
3abe588157
22 changed files with 32 additions and 32 deletions
|
|
@ -681,7 +681,7 @@ public:
|
|||
{
|
||||
VulkanExampleBase::prepareFrame();
|
||||
|
||||
// Command buffer to be sumitted to the queue
|
||||
// Command buffer to be submitted to the queue
|
||||
submitInfo.commandBufferCount = 1;
|
||||
submitInfo.pCommandBuffers = &drawCmdBuffers[currentBuffer];
|
||||
VK_CHECK_RESULT(vkQueueSubmit(queue, 1, &submitInfo, VK_NULL_HANDLE));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue