Files
filament/NEW_RELEASE_NOTES.md
Eliza Velasquez 04684411b9 engine: override spec constants on instance-basis
# Conflicts:
#	filament/src/LocalProgramCache.cpp
#	filament/src/PostProcessManager.cpp
#	filament/src/PostProcessManager.h
#	filament/src/details/Material.cpp
2026-04-20 14:34:42 +08:00

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() and MaterialInstance::getConstant() methods. These allow for per-material instance specialization constant overrides.