pub type PFN_vkDestroyIndirectCommandsLayoutEXT = Option<unsafe extern "system" fn(device: Device, indirect_commands_layout: IndirectCommandsLayoutEXT, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyIndirectCommandsLayoutEXT
Provided by VK_EXT_device_generated_commands.
§Thread Safety
indirectCommandsLayoutmust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyIndirectCommandsLayoutEXT {
None,
Some(unsafe extern "system" fn(Device, IndirectCommandsLayoutEXT, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, IndirectCommandsLayoutEXT, *const AllocationCallbacks))
Some value of type T.