Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 511 forks source link

A collection of minor fixes #330

Closed mairacanal closed 1 year ago

mairacanal commented 1 year ago

This PR is a collection of minor formatting fixes that I believe could be improved. In especial, the commit Add three dots to indicate that it isn't the top of the function, as it was a bit confusing for me, as a reader, to understand if the code should or should not be placed on top of the function drawFrame().

Overv commented 1 year ago

Thanks!