blob: 8a8bf3875b1de983d3fd56cda2debf360b7421b6 [file] [log] [blame]
// 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;
----