[][src]Type Definition quad_gl::VertexInterop

type VertexInterop = ([f32; 3], [f32; 2], [f32; 4]);

Trait Implementations

impl Into<Vertex> for VertexInterop[src]