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