Trait libhelium::subclass::prelude::GLAreaImpl
pub trait GLAreaImpl: GLAreaImplExt + WidgetImpl {
// Provided methods
fn create_context(&self) -> Option<GLContext> { ... }
fn render(&self, context: &GLContext) -> Propagation { ... }
fn resize(&self, width: i32, height: i32) { ... }
}
Provided Methods§
fn create_context(&self) -> Option<GLContext>
fn render(&self, context: &GLContext) -> Propagation
fn resize(&self, width: i32, height: i32)
Object Safety§
This trait is not object safe.