Enum gfx::shade::core::IsMultiSample []

pub enum IsMultiSample {
    MultiSample,
    NoMultiSample,
}

Whether the sampler samples a multisample texture.

Variants

Trait Implementations

impl Debug for IsMultiSample

Formats the value using the given formatter.

impl PartialEq<IsMultiSample> for IsMultiSample

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for IsMultiSample

impl Eq for IsMultiSample

impl Copy for IsMultiSample

impl Clone for IsMultiSample

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more