Struct rend3::InstanceAdapterDevice[][src]

pub struct InstanceAdapterDevice {
    pub instance: Arc<Instance>,
    pub adapter: Arc<Adapter>,
    pub device: Arc<Device>,
    pub queue: Arc<Queue>,
    pub mode: RendererMode,
    pub info: ExtendedAdapterInfo,
}
Expand description

Container for Instance/Adapter/Device/Queue etc.

Create these yourself, or call create_iad.

Fields

instance: Arc<Instance>adapter: Arc<Adapter>device: Arc<Device>queue: Arc<Queue>mode: RendererModeinfo: ExtendedAdapterInfo

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.