Struct sixtyfps_rendering_backend_gl::Backend [−][src]
pub struct Backend;
Trait Implementations
Instantiate a window for a component.
FIXME: should return a Box
Spins an event loop and renders the visible windows.
Exits the event loop.
This function can be used to register a custom TrueType font with SixtyFPS,
for use with the font-family
property. The provided slice must be a valid TrueType
font. Read more
This function can be used to register a custom TrueType font with SixtyFPS,
for use with the font-family
property. The provided path must refer to a valid TrueType
font. Read more
Send an user event to from another thread that should be run in the GUI event loop
Auto Trait Implementations
impl RefUnwindSafe for Backend
impl UnwindSafe for Backend