mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 12:13:25 +00:00
Fix WGSL formatting inconsistency on mesh_view_binding (#16202)
# Objective - fix formatting issue in "mesh_view_binding.wgsl" _note: As naga-oil preprocessor match the whole line when finding an "#endif", It's just for external formatting tool and consistency._ ## Solution Trivial change. Add '//' before the closing comment of the "#endif"
This commit is contained in:
parent
262f471934
commit
b53ec4c35c
1 changed files with 1 additions and 1 deletions
|
@ -110,4 +110,4 @@ const VISIBILITY_RANGE_UNIFORM_BUFFER_SIZE: u32 = 64u;
|
|||
@group(0) @binding(31) var<storage, read_write> oit_layers: array<vec2<u32>>;
|
||||
@group(0) @binding(32) var<storage, read_write> oit_layer_ids: array<atomic<i32>>;
|
||||
@group(0) @binding(33) var<uniform> oit_settings: types::OrderIndependentTransparencySettings;
|
||||
#endif OIT_ENABLED
|
||||
#endif // OIT_ENABLED
|
||||
|
|
Loading…
Reference in a new issue