mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
snapshots: convert_wgsl: Remove redundant cubeArrayShadow entry. (#2514)
The duplicate entry was introduced accidentally in #1845.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user