Trait comfy_wgpu::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<'_>;
}