MCPcopy Create free account
hub / github.com/DioxusLabs/anyrender / push_layer

Method push_layer

crates/anyrender/src/null_backend.rs:99–108  ·  view source on GitHub ↗
(
        &mut self,
        _blend: impl Into<peniko::BlendMode>,
        _alpha: f32,
        _transform: kurbo::Affine,
        _clip: &impl kurbo::Shape,
        _filter: Option<Arc<Filter>>,
    

Source from the content-addressed store, hash-verified

97 fn reset(&mut self) {}
98
99 fn push_layer(
100 &mut self,
101 _blend: impl Into<peniko::BlendMode>,
102 _alpha: f32,
103 _transform: kurbo::Affine,
104 _clip: &impl kurbo::Shape,
105 _filter: Option<Arc<Filter>>,
106 _backdrop_filter: Option<Arc<Filter>>,
107 ) {
108 }
109
110 fn push_clip_layer(&mut self, _transform: kurbo::Affine, _clip: &impl kurbo::Shape) {}
111

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected