Releases: google/filament
Releases · google/filament
v1.61.0
- materials: sampler now export their type in the material binary [⚠️ New Material Version]
- samples/texturedquad.cpp now has CLI to select backend api
- samples/hellopbr.cpp CLI now allows for selecting webgpu
v1.60.1
Merge branch 'rc/1.60.1' into release
v1.60.0
- materials: remove dependence on per-view descset layout from filamat. [⚠️ New Material Version]
- matc non-functional change: Update GLSL postprocessor to
isolate calls to SPVRemap from calls to SPIRV-Cross.
v1.59.5
Merge branch 'rc/1.59.5' into release
v1.59.4
Merge branch 'rc/1.59.4' into release
v1.59.3
Merge branch 'rc/1.59.3' into release
v1.59.2
- Fix build/compile errors when upgrading to MacOS 15.4
v1.59.1
Merge branch 'rc/1.59.1' into release
v1.59.0
- materials: five custom variables (varyings) are now available on the condition that the
color
attribute is not requested (b/404930099). [⚠️ New Material Version]
v1.58.2
- engine: Generate 1D instead of 3D LUTs for color grading whenever possible.