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