# Conflicts: # filament/src/LocalProgramCache.cpp # filament/src/PostProcessManager.cpp # filament/src/PostProcessManager.h # filament/src/details/Material.cpp
489 B
489 B
Filament Release Notes log
If you are merging a PR into main: please add the release note below, under the *Release notes
If you are cherry-picking a commit into an rc/ branch: add the release note under the appropriate header in RELEASE_NOTES.md.
Release notes for next branch cut
- engine: add
MaterialInstance::setConstant()andMaterialInstance::getConstant()methods. These allow for per-material instance specialization constant overrides.