Skip to main content

VertexInterop

Type Alias VertexInterop 

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

Trait Implementations§

Source§

impl Into<Vertex> for VertexInterop

Source§

fn into(self) -> Vertex

Converts this type into the (usually inferred) input type.