Struct vulkano::pipeline::multisample::Multisample [] [src]

pub struct Multisample {
    pub rasterization_samples: u32,
    pub sample_mask: [u32; 4],
    pub sample_shading: Option<f32>,
    pub alpha_to_coverage: bool,
    pub alpha_to_one: bool,
}
Deprecated

: No longer needed

State of the multisampling.

See the documentation in this module.

Fields

Deprecated

: No longer needed

Deprecated

: No longer needed

Deprecated

: No longer needed

Deprecated

: No longer needed

Deprecated

: No longer needed

Methods

impl Multisample
[src]

Trait Implementations

impl Debug for Multisample
[src]

[src]

Formats the value using the given formatter.

impl Copy for Multisample
[src]

impl Clone for Multisample
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more