bevy/crates/bevy_pbr
Christopher Biscardi 74b5073f75
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
2023-11-03 00:54:13 +00:00
..
src Make VERTEX_COLORS usable in prepass shader, if available (#10341) 2023-11-03 00:54:13 +00:00
Cargo.toml StandardMaterial Light Transmission (#8015) 2023-10-31 20:59:02 +00:00