pub trait SurfaceOutputDetailInterface: CommonTraits {
// Required methods
fn present(&self);
fn texture_discard(&self);
}
pub trait SurfaceOutputDetailInterface: CommonTraits {
// Required methods
fn present(&self);
fn texture_discard(&self);
}