Function rin::graphics::vertex2dtexcolor [−][src]
pub fn vertex2dtexcolor<C>(
position: Matrix<f32, U2, U1, <DefaultAllocator as Allocator<f32, U2, U1>>::Buffer>,
texcoord: Matrix<f32, U2, U1, <DefaultAllocator as Allocator<f32, U2, U1>>::Buffer>,
color: &C
) -> Vertex2DTexColor where
C: ToRgba,