Struct three::window::Builder [] [src]

pub struct Builder { /* fields omitted */ }

Builder for creating new Window with desired parameters.

Methods

impl Builder
[src]

[src]

Set the size of the viewport (the resolution) in pixels. Defaults to 1024x768.

[src]

Whether enable fullscreen mode or not. Defauls to false.

[src]

Sets the multisampling level to request. A value of 0 indicates that multisampling must not be enabled. Must be the power of 2. Defaults to 0.

[src]

Specifies the user shader directory.

[src]

Whether to enable vertical synchronization or not. Defaults to true.

[src]

Create new Window with desired parameters.

Trait Implementations

impl Debug for Builder
[src]

[src]

Formats the value using the given formatter.

impl Clone for Builder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more