You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…gine#9025)
# Objective
- Fixesbevyengine#8696.
## Solution
- Added a paragraph describing the usage of the `prepass_vertex_shader`
and `prepass_fragment_shader`.
…gine#9025)
# Objective
- Fixesbevyengine#8696.
## Solution
- Added a paragraph describing the usage of the `prepass_vertex_shader`
and `prepass_fragment_shader`.
How can Bevy's documentation be improved?
The
Material
trait docs mention theprepass_vertex_shader
andprepass_fragment_shader
, but don't say explicitly what they're used for.In particular, they don't mention that these shaders are used for shadow mapping. I only found this out because it's mentioned in #3755.
The text was updated successfully, but these errors were encountered: