unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkSamplerYcbcrConversionCreateInfo.txt

18 lines
777 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkSamplerYcbcrConversionCreateInfo,VkSamplerYcbcrConversionCreateInfo]]
[source,c++]
----
typedef struct VkSamplerYcbcrConversionCreateInfo {
VkStructureType sType;
const void* pNext;
VkFormat format;
VkSamplerYcbcrModelConversion ycbcrModel;
VkSamplerYcbcrRange ycbcrRange;
VkComponentMapping components;
VkChromaLocation xChromaOffset;
VkChromaLocation yChromaOffset;
VkFilter chromaFilter;
VkBool32 forceExplicitReconstruction;
} VkSamplerYcbcrConversionCreateInfo;
----