google / bigwheels

BigWheels is a cross-platform, API agnostic framework to build graphics applications.
Apache License 2.0
94 stars 37 forks source link

Support INDEX_TYPE_UINT8 in WireMesh and TriMesh #514

Open footballhead opened 2 months ago

footballhead commented 2 months ago

WireMesh and TriMesh were ignored when INDEX_TYPE_UINT8 was added since it's not currently an anticipated use case.

Consider adding unit tests while you're in there ;)