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