10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
|
|
// 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;
|
||
|
|
----
|