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

Fix broken dynamic resolution #7763

Closed poweifeng closed 2 months ago

poweifeng commented 2 months ago

Previous PR #7758 accidentally removed the setting of 'resolution' for shaders other than 'blitLow'. This PR undoes that.

poweifeng commented 2 months ago

good catch. I remember now that I had kept the parameter so that all blitter use the same "interface".

Make sense. Feel free to let me know if you'd like to go back to that.