bevy/crates/bevy_pbr/src
robtfm de8a6007b7
check for any prepass phase (#10160)
# Objective

deferred doesn't currently run unless one of `DepthPrepass`,
`ForwardPrepass` or `MotionVectorPrepass` is also present on the camera.

## Solution

modify the `queue_prepass_material_meshes` view query to check for any
relevant phase, instead of requiring `Opaque3dPrepass` and
`AlphaMask3dPrepass` to be present
2023-10-17 19:28:52 +00:00
..
deferred *_PREPASS Shader Def Cleanup (#10136) 2023-10-17 00:16:21 +00:00
environment_map Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
prepass check for any prepass phase (#10160) 2023-10-17 19:28:52 +00:00
render *_PREPASS Shader Def Cleanup (#10136) 2023-10-17 00:16:21 +00:00
ssao Deferred Renderer (#9258) 2023-10-12 22:10:38 +00:00
alpha.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
bundle.rs Fix a typo in DirectionalLightBundle (#9861) 2023-09-20 04:44:56 +00:00
fog.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
lib.rs Deferred Renderer (#9258) 2023-10-12 22:10:38 +00:00
light.rs fix orthographic cluster aabb for spotlight culling (#9614) 2023-10-08 22:53:09 +00:00
material.rs *_PREPASS Shader Def Cleanup (#10136) 2023-10-17 00:16:21 +00:00
parallax.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
pbr_material.rs Deferred Renderer (#9258) 2023-10-12 22:10:38 +00:00
wireframe.rs Configurable colors for wireframe (#5303) 2023-10-13 00:06:24 +00:00