snapshots: convert_wgsl: Remove redundant cubeArrayShadow entry. (#2514)

The duplicate entry was introduced accidentally in #1845.
This commit is contained in:
Jim Blandy
2023-09-28 00:09:57 -07:00
committed by GitHub
parent a898522e10
commit a17a93ef8f

View File

@@ -740,7 +740,6 @@ fn convert_wgsl() {
"math-functions",
Targets::SPIRV | Targets::METAL | Targets::GLSL | Targets::HLSL | Targets::WGSL,
),
("cubeArrayShadow", Targets::GLSL),
(
"binding-arrays",
Targets::WGSL | Targets::HLSL | Targets::METAL | Targets::SPIRV,