Struct ringraphics::camera::Builder[][src]

pub struct Builder { /* fields omitted */ }

Methods

impl Builder
[src]

Creates a camera Builder using a window to extract the needed info

Takes event_stream and viewport from the window passed as parameter

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder