Trait gfx_core::format::Formatted [−][src]
pub trait Formatted { type Surface: SurfaceTyped; type Channel: ChannelTyped; type View; 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
fn get_format() -> Format
[src][−]
Return the run-time value of the type.