Trait gfx_core::shade::Formatted
[−]
[src]
pub trait Formatted {
fn get_format() -> ConstFormat;
}A trait that statically links simple data types to constant formats.
Required Methods
fn get_format() -> ConstFormat
Get the associated constant format.