Struct ringl::shadow_mapping::Settings[][src]

pub struct Settings {
    pub size: u16,
    pub resolution: DepthFormat,
    pub frustum_size: f32,
    pub near_clip: f32,
    pub far_clip: f32,
}

Fields

Trait Implementations

impl Clone for Settings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Settings
[src]

impl Debug for Settings
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Settings

impl Sync for Settings