hadronized / luminance-rs

Type-safe, type-level and stateless Rust graphics framework
https://phaazon.github.io/learn-luminance/
Other
1.09k stars 59 forks source link

Remove Vertex::ATTR_COUNT. #590

Closed hadronized closed 2 years ago

hadronized commented 2 years ago

This was redundant as vec![_; HERE] doesn’t require const items (anymore?).