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 as Formatted>::Surface: BufferSurface,
    <F as Formatted>::Channel: ChannelTyped
[src]

Loading content...