• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkSamplerYcbcrRange,VkSamplerYcbcrRange]]
3[source,c++]
4----
5typedef enum VkSamplerYcbcrRange {
6    VK_SAMPLER_YCBCR_RANGE_ITU_FULL = 0,
7    VK_SAMPLER_YCBCR_RANGE_ITU_NARROW = 1,
8} VkSamplerYcbcrRange;
9----
10