Enum gfx::format::Unorm []

pub enum Unorm {}

Trait Implementations

impl Debug for Unorm

Formats the value using the given formatter.

impl PartialOrd<Unorm> for Unorm

impl PartialEq<Unorm> for Unorm

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

This method tests for !=.

impl TextureChannel for Unorm

impl ChannelTyped for Unorm

Shader-visible type that corresponds to this channel. For example, normalized integers are visible as floats. Read more

Return the run-time value of the type.

impl Ord for Unorm

impl Hash for Unorm

impl RenderChannel for Unorm

impl Eq for Unorm

impl Copy for Unorm

impl Clone for Unorm

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl BlendChannel for Unorm