Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed May 3, 2024
1 parent f591d25 commit 5477d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/meshlet/downsample_depth.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@group(0) @binding(13) var samplr: sampler;
var<push_constant> max_mip_level: u32;

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

var<workgroup> intermediate_memory: array<array<f32, 16>, 16>;
Expand Down

0 comments on commit 5477d9e

Please sign in to comment.