Function clear_texture_via_render_passes

Source
fn clear_texture_via_render_passes(
    dst_texture: &Texture,
    range: TextureInitRange,
    is_color: bool,
    encoder: &mut dyn DynCommandEncoder,
    instance_flags: InstanceFlags,
) -> Result<(), ClearError>