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

Texture View support #7946

Closed pixelflinger closed 2 days ago

pixelflinger commented 4 days ago

Texture Views are currently limited to the min/max lod, and it's not allowed to have several views of the same texture in a single shader. Only sampleable textures can have a texture view.

pixelflinger commented 2 days ago

this has been added to ma/descriptor-sets