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