Enum bedrock::BasePipeline [] [src]

pub enum BasePipeline<'d> {
    None,
    Handle(&'d Pipeline),
    Index(u32),
}

Which is pipeline state to derive from

Variants

Does not derive

Derive from a handle to the pipeline state object

Derive from a create info in the pCreateInfos parameter

Trait Implementations

impl<'d> Clone for BasePipeline<'d>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'d> Copy for BasePipeline<'d>
[src]

Auto Trait Implementations

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

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