Skip to content

Commit 5477d9e

Browse files
committed
Fix typo
1 parent f591d25 commit 5477d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/meshlet/downsample_depth.wgsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@group(0) @binding(13) var samplr: sampler;
1515
var<push_constant> max_mip_level: u32;
1616

17-
/// Generates a hierarchal depth buffer.
17+
/// Generates a hierarchical depth buffer.
1818
/// Based on FidelityFX SPD v2.1 https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/d7531ae47d8b36a5d4025663e731a47a38be882f/sdk/include/FidelityFX/gpu/spd/ffx_spd.h#L528
1919

2020
var<workgroup> intermediate_memory: array<array<f32, 16>, 16>;

0 commit comments

Comments
 (0)