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.69k stars 1.87k forks source link

Switch setFrameScheduledCallback to use utils::Invocable #7792

Closed bejado closed 5 months ago

bejado commented 5 months ago

This allows clients to pass capturing lambdas, which simplifies memory management.

BUGS=[335465900]