Struct gfx_hal::queue::Submission

source ·
pub struct Submission<Ic, Iw, Is> {
    pub command_buffers: Ic,
    pub wait_semaphores: Iw,
    pub signal_semaphores: Is,
}
Expand description

Submission information for a command queue.

Fields

command_buffers: Ic

Command buffers to submit.

wait_semaphores: Iw

Semaphores to wait being signalled before submission.

signal_semaphores: Is

Semaphores which get signalled after submission.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.