Trait gfx::format::Formatted [−][src]
pub trait Formatted {
type Surface: SurfaceTyped;
type Channel: ChannelTyped;
type View;
pub fn get_format() -> Format { ... }
}Compile-time full format trait.
Associated Types
type Surface: SurfaceTyped[src]
Associated surface type.
type Channel: ChannelTyped[src]
Associated channel type.
type View[src]
Shader view type of this format.
Provided methods
pub fn get_format() -> Format[src]
Return the run-time value of the type.