pub type PFN_vkCreateIndirectCommandsLayoutEXT = Option<unsafe extern "system" fn(device: Device, p_create_info: *const IndirectCommandsLayoutCreateInfoEXT, p_allocator: *const AllocationCallbacks, p_indirect_commands_layout: *mut IndirectCommandsLayoutEXT) -> Result>;Expand description
vkCreateIndirectCommandsLayoutEXT
Provided by VK_EXT_device_generated_commands.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkCreateIndirectCommandsLayoutEXT {
None,
Some(unsafe extern "system" fn(Device, *const IndirectCommandsLayoutCreateInfoEXT, *const AllocationCallbacks, *mut IndirectCommandsLayoutEXT) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, *const IndirectCommandsLayoutCreateInfoEXT, *const AllocationCallbacks, *mut IndirectCommandsLayoutEXT) -> Result)
Some value of type T.