Trait allegro_primitives::VertexSource[][src]

pub trait VertexSource {
    type VertexType: VertexType;
    fn get_ptr(&self) -> *const u8 { ... }
}

Associated Types

type VertexType: VertexType[src]

Loading content...

Provided methods

fn get_ptr(&self) -> *const u8[src]

Loading content...

Implementations on Foreign Types

impl<T: VertexType> VertexSource for [T][src]

type VertexType = T

Loading content...

Implementors

Loading content...