Trait allegro_primitives::VertexSource

source ·
pub trait VertexSource {
    type VertexType: VertexType;

    // Provided method
    fn get_ptr(&self) -> *const u8 { ... }
}

Required Associated Types§

Provided Methods§

Implementations on Foreign Types§

source§

impl<T: VertexType> VertexSource for [T]

Implementors§