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

Add an Engine debug setting to force GLES 2.0 #7829

Closed pixelflinger closed 1 month ago

pixelflinger commented 2 months ago

This setting is only meaningful on GLES backends, it's otherwise ignored. When set to true, the backend will try to force a ES2 context if supported. If not supported by the platform, the backend will pretend it's a ES2 context.

This setting is currently only taken into account by the EGL platform.