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
indirectCommandsLayoutmust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyIndirectCommandsLayoutNV {
None,
Some(unsafe extern "system" fn(Device, IndirectCommandsLayoutNV, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, IndirectCommandsLayoutNV, *const AllocationCallbacks))
Some value of type T.