// 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; ----