pub type PFN_vkDestroyPipelineBinaryKHR = Option<unsafe extern "system" fn(device: VkDevice, pipelineBinary: VkPipelineBinaryKHR, pAllocator: *const VkAllocationCallbacks)>;Aliased Type§
pub enum PFN_vkDestroyPipelineBinaryKHR {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkPipelineBinaryKHR_T, *const VkAllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkPipelineBinaryKHR_T, *const VkAllocationCallbacks))
Some value of type T.