[][src]Function vulkan_sys::vkCreateSamplerYcbcrConversion

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