Skip to content

Commit

Permalink
IBL Specular LoD 0 gets generated twice (at least according to log?)
Browse files Browse the repository at this point in the history
Fixes #410
  • Loading branch information
SakulFlee committed Dec 10, 2024
1 parent 9b47006 commit f9f16b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ impl WorldEnvironment {
..Default::default()
});

debug!("Generating PBR IBL Specular (LoD = 0 / Roughness = 0%) ...");
debug!("Generating RAW PBR IBL Specular (LoD = 0 / Roughness = 0%) ...");
let workgroups = (dst_size + 15) / 16;
pass.set_pipeline(&pipeline);
pass.set_bind_group(0, &bind_group, &[]);
Expand Down

0 comments on commit f9f16b0

Please sign in to comment.