[−][src]Trait screen_13::Screen
Screen provides the ability to render using the given GPU and optionally to provide a new Screen result.
Required methods
pub fn render(&self, gpu: &Gpu, dims: Extent) -> Render[src]
TODO
pub fn update(self: Box<Self>, gpu: &Gpu, input: &Input) -> DynScreen[src]
TODO