Struct gfx::shade::core::SamplerType []

pub struct SamplerType(pub IsComparison, pub IsRect);

A type of the sampler variable.

Trait Implementations

impl Debug for SamplerType

Formats the value using the given formatter.

impl PartialEq<SamplerType> for SamplerType

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

This method tests for !=.

impl Copy for SamplerType

impl Clone for SamplerType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more