Trait gfx::format::BufferFormat
[−]
[src]
pub trait BufferFormat: Formatted { }
Ability to be used for vertex buffers.
Implementors
impl<F> BufferFormat for F where F: Formatted, F::Surface: BufferSurface, F::Channel: ChannelTyped