PFN_vkDestroyIndirectCommandsLayoutEXT

Type Alias PFN_vkDestroyIndirectCommandsLayoutEXT 

Source
pub type PFN_vkDestroyIndirectCommandsLayoutEXT = Option<unsafe extern "system" fn(device: VkDevice, indirectCommandsLayout: VkIndirectCommandsLayoutEXT, pAllocator: *const VkAllocationCallbacks)>;

Aliased Type§

pub enum PFN_vkDestroyIndirectCommandsLayoutEXT {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkIndirectCommandsLayoutEXT_T, *const VkAllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkIndirectCommandsLayoutEXT_T, *const VkAllocationCallbacks))

Some value of type T.