PFN_vkCreateSamplerYcbcrConversionKHR

Type Alias PFN_vkCreateSamplerYcbcrConversionKHR 

Source
pub type PFN_vkCreateSamplerYcbcrConversionKHR = Option<unsafe extern "C" fn(device: VkDevice, pCreateInfo: *const VkSamplerYcbcrConversionCreateInfo, pAllocator: *const VkAllocationCallbacks, pYcbcrConversion: *mut VkSamplerYcbcrConversion) -> VkResult>;

Aliased Type§

pub enum PFN_vkCreateSamplerYcbcrConversionKHR {
    None,
    Some(unsafe extern "C" fn(*mut VkDevice_T, *const VkSamplerYcbcrConversionCreateInfo, *const VkAllocationCallbacks, *mut *mut VkSamplerYcbcrConversion_T) -> i32),
}

Variants§