[][src]Function unity_native_plugin_sys::vkCreateSamplerYcbcrConversionKHR

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