google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.44k stars 1.84k forks source link

The type of geometry of a renderable can now be specified #7673

Closed pixelflinger closed 4 months ago

pixelflinger commented 4 months ago

This will allow some optimizations in the future. Currently, we just store the type but don't do anything with it.