pub trait X11GlConfigExt {
// Required method
fn x11_visual(&self) -> Option<X11VisualInfo>;
}
Expand description
The GlConfig extension trait to get X11 specific properties from a config.
Required Methods§
Sourcefn x11_visual(&self) -> Option<X11VisualInfo>
fn x11_visual(&self) -> Option<X11VisualInfo>
The X11VisualInfo
that must be used to initialize the Xlib window.