pub fn conduct_clear_pass(
    device: &Device,
    queue: &Queue,
    label: Option<&str>,
    frame_view: &TextureView,
    depth_view: Option<&TextureView>,
    clear_color: Color
)
Expand description

Perform a clearing render pass.