Trait dotrix_core::assets::VertexAttributes[][src]

pub trait VertexAttributes: Pod + Zeroable {
    fn size() -> BufferAddress { ... }
}

Provided methods

fn size() -> BufferAddress[src]

Loading content...

Implementors

impl VertexAttributes for SkinnedModelVertex[src]

impl VertexAttributes for StaticModelVertex[src]

impl VertexAttributes for WidgetVertex[src]

Loading content...