Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make VERTEX_COLORS usable in prepass shader, if available (#10341)
# Objective I was working with forward rendering prepass fragment shaders and ran into an issue of not being able to access vertex colors in the prepass. I was able to access vertex colors in regular fragment shaders as well as in deferred shaders. ## Solution It seems like this `if` was nested unintentionally as moving it outside of the `deferred` block works. --- ## Changelog Enable vertex colors in forward rendering prepass fragment shaders
- Loading branch information