bevy/crates/bevy_pbr/src/prepass
Nicola Papale 7163aabf29
Use a single line for of large binding lists (#9849)
# Objective

- When adding/removing bindings in large binding lists, git would
generate very difficult-to-read diffs

## Solution

- Move the `@group(X) @binding(Y)` into the same line as the binding
type declaration
2023-09-19 22:17:44 +00:00
..
mod.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
prepass.wgsl Reduce the size of MeshUniform to improve performance (#9416) 2023-08-15 06:00:23 +00:00
prepass_bindings.wgsl Use a single line for of large binding lists (#9849) 2023-09-19 22:17:44 +00:00
prepass_utils.wgsl Fix black spots appearing due to NANs when SSAO is enabled (#8926) 2023-07-01 21:29:13 +00:00