|
Monado OpenXR Runtime
|
Vulkan helpers for formats. More...
#include "vk_format.h"
Functions | |
| VkFormat | vk_format_convert_unorm_to_srgb (VkFormat unorm) |
| Given a UNORM format, return the corresponding sRGB format. | |
| VkFormat | vk_format_convert_srgb_to_unorm (VkFormat srgb) |
| Given an sRGB format, return the corresponding UNORM format. | |
Variables | |
| static const struct vk_srgb_format_pair | vk_format_srgb_pairs [] |
Vulkan helpers for formats.