travisvroman/kohi

[BUG] Use VK_TRUE and VK_FALSE for the Vulkan calls

travisvroman opened this issue · 0 comments

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.