PFN_vkDestroyIndirectCommandsLayoutNVX

Type Alias PFN_vkDestroyIndirectCommandsLayoutNVX 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.