Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix instancing example for hdr (#6554)
# Objective - Using the instancing example as reference, I found it was breaking when enabling HDR on the camera. I found that this was because, unlike in internal code, this was not updating the specialization key with `view.hdr`. ## Solution - Add the missing HDR bit.
- Loading branch information