spitfire_fontdue

Trait TextVertex

Source
pub trait TextVertex<UD: Copy> {
    // Required method
    fn apply(&mut self, position: [f32; 2], tex_coord: [f32; 3], user_data: UD);
}

Required Methods§

Source

fn apply(&mut self, position: [f32; 2], tex_coord: [f32; 3], user_data: UD)

Implementors§