Module erupt_bootstrap::device
source · [−]Expand description
Device creation utils.
Structs
Allows to easily create an erupt::DeviceLoader and queues.
Metadata for after device creation.
Criteria for queue families.
Setup for vk::Queue creation. Used within CustomQueueSetupFn.
The Hash and PartialEq implementations on this struct only
compare queue_family_index.
Enums
Errors that can occur during device creation.
Suitability of a physical device.
Type Definitions
Function used to specify a custom additional DeviceSuitability
to consider in the selection process.
Function used to specify custom QueueSetups, specified by
DeviceBuilder::custom_queue_setup.