Struct bedrock::SubmissionBatch [] [src]

pub struct SubmissionBatch<'d> {
    pub wait_semaphores: Cow<'d, [(&'d Semaphore, PipelineStageFlags)]>,
    pub command_buffers: Cow<'d, [CommandBuffer]>,
    pub signal_semaphores: Cow<'d, [&'d Semaphore]>,
}

Semaphore/Command submission operation batch

Fields

Trait Implementations

impl<'d> Default for SubmissionBatch<'d>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'d> !Send for SubmissionBatch<'d>

impl<'d> !Sync for SubmissionBatch<'d>