[][src]Module screen_13::prelude

Things, particularly traits, which are used in almost every single Screen 13 program.

Re-exports

pub use super::gpu::Gpu;
pub use super::input::Input;
pub use super::DynScreen;
pub use super::Engine;
pub use super::Screen;

Structs

Pool
Program

Program is the required information to start an event loop, and therefore an Engine.

Render

A powerful structure which allows you to combine various operations and other render instances to create just about any creative effect.