Trait gfx_core::format::ChannelTyped[][src]

pub trait ChannelTyped {
    type ShaderType;
    fn get_channel_type() -> ChannelType;
}

Compile-time channel type trait.

Associated Types

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

Required Methods

Return the run-time value of the type.

Implementors