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