Struct feo_oop_engine::graphics::pass_builder::PassBuilder
source · [−]pub struct PassBuilder<'p> { /* private fields */ }Expand description
Represents the active process of rendering a frame.
This struct mutably borrows the FrameSystem.
Implementations
Auto Trait Implementations
impl<'p> !RefUnwindSafe for PassBuilder<'p>
impl<'p> !Send for PassBuilder<'p>
impl<'p> !Sync for PassBuilder<'p>
impl<'p> Unpin for PassBuilder<'p>
impl<'p> !UnwindSafe for PassBuilder<'p>
Blanket Implementations
Mutably borrows from an owned value. Read more
Builds a pointer to this type from a raw pointer.
Returns true if the size is suitable to store a type like this.
Returns the size of an individual element.