VkFormat vk_format_convert_unorm_to_srgb(VkFormat unorm)
Given a UNORM format, return the corresponding sRGB format.
Definition vk_format.c:70
VkFormat vk_format_convert_srgb_to_unorm(VkFormat srgb)
Given an sRGB format, return the corresponding UNORM format.
Definition vk_format.c:82
Header holding common defines.
Include all of the Vulkan headers in one place, and cope with any "messy" includes implied by it.