pub trait SurfaceOutputDetailInterface: CommonTraits {
// Required method
fn texture_discard(&self);
}Required Methods§
fn texture_discard(&self)
Implementors§
impl SurfaceOutputDetailInterface for CoreSurfaceOutputDetail
Available on
wgpu_core only.