Trait gfx::shade::core::Formatted []

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

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

Required Methods

fn get_format() -> (BaseType, ContainerType)

Get the associated constant format.

Implementors