Skip to main content

PFN_vkDestroyIndirectCommandsLayoutEXT

Type Alias PFN_vkDestroyIndirectCommandsLayoutEXT 

Source
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

  • indirectCommandsLayout must be externally synchronized

Aliased Type§

pub enum PFN_vkDestroyIndirectCommandsLayoutEXT {
    None,
    Some(unsafe extern "system" fn(Device, IndirectCommandsLayoutEXT, *const AllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, IndirectCommandsLayoutEXT, *const AllocationCallbacks))

Some value of type T.