1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkSamplerYcbcrConversionInfo,VkSamplerYcbcrConversionInfo]] 3[source,c++] 4---- 5typedef struct VkSamplerYcbcrConversionInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkSamplerYcbcrConversion conversion; 9} VkSamplerYcbcrConversionInfo; 10---- 11