kohi
kohi copied to clipboard
[BUG] Use VK_TRUE and VK_FALSE for the Vulkan calls
For consistency, use VK_TRUE and VK_FALSE instead of true/false as defined in custom types. This should be done for all Vulkan files (backend/implementation only, of course). This is low priority.