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.35k stars 1.84k forks source link

Switch ASSERT macros to new stream API #7881

Closed bejado closed 1 month ago

bejado commented 1 month ago

There's still a handful of cases I need to manually switch over. In terms of review, maybe we can divide-and-conquer. The biggest risk is the formatting won't match the old printf style.