kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
432 stars 21 forks source link

Render only front facing polygons in Paint #216

Closed kvark closed 2 years ago

kvark commented 2 years ago

Interestingly, I'm not seeing a big difference in perf on Metal. XCode says we are still spending all the time in texture units. On paper though, this reduces the number of vertices sent to GPU by almost a factor of 2.