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.83k forks source link

Checks if the multiview extension is supported #7923

Closed GrantComm closed 2 weeks ago

GrantComm commented 2 weeks ago

BUG=[332425392] FIXES=[346860138]

Checks if the vulkan driver supports multiview. The result is stored in the vulkan context.

poweifeng commented 2 weeks ago

FIXES=[346860138]

Checks if the vulkan driver supports multiview. The result is stored in the vulkan context.

Use BUG=[x] if it doesn't "fix" the issue, but is part of multiple changes that will fix it.