CommandEncoderExtensions

Trait CommandEncoderExtensions 

Source
pub trait CommandEncoderExtensions {
    // Required method
    fn simple_render_pass<'a>(
        &'a mut self,
        label: &str,
        clear_color: Option<Color>,
        view: &'a TextureView,
    ) -> RenderPass<'_>;
}

Required Methods§

Source

fn simple_render_pass<'a>( &'a mut self, label: &str, clear_color: Option<Color>, view: &'a TextureView, ) -> RenderPass<'_>

Implementations on Foreign Types§

Source§

impl CommandEncoderExtensions for CommandEncoder

Source§

fn simple_render_pass<'a>( &'a mut self, label: &str, clear_color: Option<Color>, view: &'a TextureView, ) -> RenderPass<'_>

Implementors§