hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.09k stars 55 forks source link

Promote `Mesh` indices from `u16` to `u32` #90

Closed hecrj closed 5 years ago

hecrj commented 5 years ago

Fixes #87.

It also fixes a crash when rendering big meshes in OpenGL.