ascending_graphics

Trait AsBufferPass

Source
pub trait AsBufferPass<'a> {
    // Required method
    fn as_buffer_pass(&'a self) -> BufferPass<'a>;
}
Expand description

Trait used to create Passing BufferPass from their Structs.

Required Methods§

Source

fn as_buffer_pass(&'a self) -> BufferPass<'a>

Creates a BufferPass from the Holding Object.

Implementors§