Trait gfx::shade::Formatted [] [src]

pub trait Formatted {
    fn get_format() -> (BaseType, ContainerType);
}

A trait that statically links simple data types to constant formats.

Required Methods

Get the associated constant format.

Implementors