kiss3d 0.41.0

Keep it simple, stupid, 2D and 3D graphics engine for Rust.
Documentation
1
2
3
4
/// The type used for vertex indices.
pub type VertexIndex = u32;
/// The wgpu IndexFormat for the vertex index type.
pub const VERTEX_INDEX_FORMAT: wgpu::IndexFormat = wgpu::IndexFormat::Uint32;