vkCreateSamplerYcbcrConversionKHR

Function vkCreateSamplerYcbcrConversionKHR 

Source
pub unsafe extern "system" fn vkCreateSamplerYcbcrConversionKHR(
    device: VkDevice,
    pCreateInfo: *const VkSamplerYcbcrConversionCreateInfo,
    pAllocator: *const VkAllocationCallbacks,
    pYcbcrConversion: *mut VkSamplerYcbcrConversion,
) -> VkResult