Trait solstice::vertex::VertexAttributeType[][src]

pub trait VertexAttributeType {
    const A_TYPE: AttributeType;
}

Associated Constants

Loading content...

Implementations on Foreign Types

impl VertexAttributeType for i32[src]

impl VertexAttributeType for [i32; 2][src]

impl VertexAttributeType for [i32; 3][src]

impl VertexAttributeType for [i32; 4][src]

impl VertexAttributeType for f32[src]

impl VertexAttributeType for [f32; 2][src]

impl VertexAttributeType for [f32; 3][src]

impl VertexAttributeType for [f32; 4][src]

impl VertexAttributeType for [[f32; 2]; 2][src]

impl VertexAttributeType for [[f32; 3]; 3][src]

impl VertexAttributeType for [[f32; 4]; 4][src]

Loading content...

Implementors

Loading content...