bevy/crates/bevy_pbr/src/prepass
tygyh fd308571c4
Remove unnecessary path prefixes (#10749)
# Objective

- Shorten paths by removing unnecessary prefixes

## Solution

- Remove the prefixes from many paths which do not need them. Finding
the paths was done automatically using built-in refactoring tools in
Jetbrains RustRover.
2023-11-28 23:43:40 +00:00
..
mod.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
prepass.wgsl prepass vertex shader always outputs world position (#10657) 2023-11-28 12:13:28 +00:00
prepass_bindings.rs Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
prepass_bindings.wgsl Swap material and mesh bind groups (#10485) 2023-11-28 22:26:22 +00:00
prepass_io.wgsl pbr shader cleanup (#10105) 2023-10-13 19:12:40 +00:00
prepass_utils.wgsl StandardMaterial Light Transmission (#8015) 2023-10-31 20:59:02 +00:00