1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCreateSamplerYcbcrConversion,vkCreateSamplerYcbcrConversion]] 3[source,c++] 4---- 5VkResult vkCreateSamplerYcbcrConversion( 6 VkDevice device, 7 const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, 8 const VkAllocationCallbacks* pAllocator, 9 VkSamplerYcbcrConversion* pYcbcrConversion); 10---- 11