Trait allegro_primitives::VertexSource[][src]

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

Associated Types

type VertexType: VertexType[src]

Provided methods

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

Implementations on Foreign Types

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

type VertexType = T

Implementors