blob: 45c978e6aa197aec17719e8aea168ad698fcb9d8 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkSamplerYcbcrRange,VkSamplerYcbcrRange]]
[source,c++]
----
typedef enum VkSamplerYcbcrRange {
VK_SAMPLER_YCBCR_RANGE_ITU_FULL = 0,
VK_SAMPLER_YCBCR_RANGE_ITU_NARROW = 1,
} VkSamplerYcbcrRange;
----