bevy/crates/bevy_pbr/src
IceSentry 3c63c0dab7 Move prepass functions to prepass_utils (#7354)
# Objective

- The functions added to utils.wgsl by the prepass assume that mesh_view_bindings are present, which isn't always the case
- Fixes https://github.com/bevyengine/bevy/issues/7353

## Solution

- Move these functions to their own `prepass_utils.wgsl` file


Co-authored-by: IceSentry <IceSentry@users.noreply.github.com>
2023-01-24 20:36:40 +00:00
..
prepass Move prepass functions to prepass_utils (#7354) 2023-01-24 20:36:40 +00:00
render Move prepass functions to prepass_utils (#7354) 2023-01-24 20:36:40 +00:00
alpha.rs Standard Material Blend Modes (#6644) 2023-01-21 21:46:53 +00:00
bundle.rs Visibilty Inheritance, universal ComputedVisibility and RenderLayers support (#5310) 2022-07-15 23:24:42 +00:00
lib.rs Add depth and normal prepass (#6284) 2023-01-19 22:11:13 +00:00
light.rs Fix various typos (#7096) 2023-01-06 00:43:30 +00:00
material.rs Standard Material Blend Modes (#6644) 2023-01-21 21:46:53 +00:00
pbr_material.rs Standard Material Blend Modes (#6644) 2023-01-21 21:46:53 +00:00
wireframe.rs Changed Msaa to Enum (#7292) 2023-01-20 14:25:21 +00:00