pub trait AsRawSurface {
// Required method
fn raw_surface(&self) -> RawSurface;
}
Expand description
Trait for accessing the raw GL surface.
Required Methods§
Sourcefn raw_surface(&self) -> RawSurface
fn raw_surface(&self) -> RawSurface
Get the raw handle to the surface.