unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/enums/VkChromaLocation.txt

10 lines
280 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkChromaLocation,VkChromaLocation]]
[source,c++]
----
typedef enum VkChromaLocation {
VK_CHROMA_LOCATION_COSITED_EVEN = 0,
VK_CHROMA_LOCATION_MIDPOINT = 1,
} VkChromaLocation;
----