pub type PFN_vkDestroyIndirectCommandsLayoutNV = Option<unsafe extern "system" fn(device: VkDevice, indirectCommandsLayout: VkIndirectCommandsLayoutNV, pAllocator: *const VkAllocationCallbacks)>;Aliased Type§
enum PFN_vkDestroyIndirectCommandsLayoutNV {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkIndirectCommandsLayoutNV_T, _: *const VkAllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkIndirectCommandsLayoutNV_T, _: *const VkAllocationCallbacks))
Some value of type T.