Skip to main content

PFN_vkDestroyIndirectCommandsLayoutNV

Type Alias PFN_vkDestroyIndirectCommandsLayoutNV 

Source
pub type PFN_vkDestroyIndirectCommandsLayoutNV = Option<unsafe extern "system" fn(device: Device, indirect_commands_layout: IndirectCommandsLayoutNV, p_allocator: *const AllocationCallbacks)>;
Expand description

vkDestroyIndirectCommandsLayoutNV Provided by VK_NV_device_generated_commands.

§Thread Safety

  • indirectCommandsLayout must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.