Struct ytesrev::window::WindowSettings[][src]

pub struct WindowSettings {
    pub draw_settings: DrawSettings,
    pub window_size: (u32, u32),
}

Settings for how a single window should behave

Fields

The inner DrawSettings to be used for this window

The size of this window

Auto Trait Implementations