Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CAS toggle broken by retained render world (#16533)
# Objective Fixes #16531 I also added change detection when creating the pipeline, which technically isn't needed but it felt weird leaving it as is. ## Solution Remove the pipeline if CAS is disabled. The uniform was already being removed, which caused flickering / weirdness. ## Testing Tested the anti_alias example by toggling CAS a bunch on/off.
- Loading branch information