Function rin::graphics::vertex3dcolor[][src]

pub fn vertex3dcolor<C>(
    position: Matrix<f32, U3, U1, <DefaultAllocator as Allocator<f32, U3, U1>>::Buffer>,
    color: &C
) -> Vertex3DColor where
    C: ToRgba