We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c36bd commit 193aae8Copy full SHA for 193aae8
1 file changed
include/vsg/vk/SubmitCommands.h
@@ -29,7 +29,7 @@ namespace vsg
29
VkResult result = VK_SUCCESS;
30
31
auto commandBuffer = commandPool->allocate();
32
- auto state = State::create(Slots{4,4});
+ auto state = State::create(Slots{4, 4});
33
state->connect(commandBuffer);
34
35
VkCommandBufferBeginInfo beginInfo = {};
0 commit comments