Skip to content

Commit

Permalink
snapshots: convert_wgsl: Remove redundant cubeArrayShadow entry.
Browse files Browse the repository at this point in the history
The duplicate entry was introduced accidentally in #1845.
  • Loading branch information
jimblandy committed Sep 26, 2023
1 parent 3bcb114 commit 199764a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ fn convert_wgsl() {
"texture-arg",
Targets::SPIRV | Targets::METAL | Targets::GLSL | Targets::HLSL | Targets::WGSL,
),
("cubeArrayShadow", Targets::GLSL),
(
"math-functions",
Targets::SPIRV | Targets::METAL | Targets::GLSL | Targets::HLSL | Targets::WGSL,
Expand Down

0 comments on commit 199764a

Please sign in to comment.