Struct feo_oop_engine::graphics::draw_pass_manager::DrawPassManager
source · [−]pub struct DrawPassManager { /* private fields */ }Expand description
Manages the draw passes.
Implementations
Initializes a triangle drawing system.
Recreates the Projection and view matrix.
Builds a secondary command buffer that draws the triangle on the current subpass.
Auto Trait Implementations
impl !RefUnwindSafe for DrawPassManager
impl Send for DrawPassManager
impl Sync for DrawPassManager
impl Unpin for DrawPassManager
impl !UnwindSafe for DrawPassManager
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.