PFN_vkCreateSamplerYcbcrConversion

Type Alias PFN_vkCreateSamplerYcbcrConversion 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkSamplerYcbcrConversionCreateInfo, *const VkAllocationCallbacks, *mut *mut VkSamplerYcbcrConversion_T) -> i32)

Some value of type T.