pub type PFN_vkCreateSamplerYcbcrConversion = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkSamplerYcbcrConversionCreateInfo, pAllocator: *const VkAllocationCallbacks, pYcbcrConversion: *mut VkSamplerYcbcrConversion) -> VkResult>;Aliased Type§
enum PFN_vkCreateSamplerYcbcrConversion {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkSamplerYcbcrConversionCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkSamplerYcbcrConversion_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkSamplerYcbcrConversionCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkSamplerYcbcrConversion_T) -> i32)
Some value of type T.