Function wgpu_core::command::clear::clear_texture_via_render_passes

source ยท
fn clear_texture_via_render_passes(
    dst_texture: &Texture,
    range: TextureInitRange,
    is_color: bool,
    encoder: &mut dyn DynCommandEncoder,
)