Trait gfx::format::ChannelTyped [−][src]
Compile-time channel type trait.
Associated Types
type ShaderType
[src]
Shader-visible type that corresponds to this channel. For example, normalized integers are visible as floats.
Required methods
pub fn get_channel_type() -> ChannelType
[src]
Return the run-time value of the type.