mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Refactor Snapshots to Be Fully Configuration Based (#7153)
Co-authored-by: Erich Gubler <erichdongubler@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d5241dd675
commit
473dd2fdd9
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV",
|
||||
)
|
||||
|
||||
3
naga/tests/in/6438-conflicting-idents.param.ron
Normal file
3
naga/tests/in/6438-conflicting-idents.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
3
naga/tests/in/6772-unpack-expr-accesses.param.ron
Normal file
3
naga/tests/in/6772-unpack-expr-accesses.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
@@ -1,2 +0,0 @@
|
||||
(
|
||||
)
|
||||
3
naga/tests/in/abstract-types-const.param.ron
Normal file
3
naga/tests/in/abstract-types-const.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | WGSL",
|
||||
)
|
||||
3
naga/tests/in/abstract-types-function-calls.param.ron
Normal file
3
naga/tests/in/abstract-types-function-calls.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | WGSL",
|
||||
)
|
||||
3
naga/tests/in/abstract-types-operators.param.ron
Normal file
3
naga/tests/in/abstract-types-operators.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | WGSL",
|
||||
)
|
||||
3
naga/tests/in/abstract-types-return.param.ron
Normal file
3
naga/tests/in/abstract-types-return.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
3
naga/tests/in/abstract-types-var.param.ron
Normal file
3
naga/tests/in/abstract-types-var.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | WGSL",
|
||||
)
|
||||
@@ -35,4 +35,5 @@
|
||||
fake_missing_bindings: false,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL | IR | ANALYSIS",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -13,4 +13,5 @@
|
||||
zero_initialize_workgroup_memory: true,
|
||||
restrict_indexing: true
|
||||
),
|
||||
targets: "SPIRV | WGSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/atomicCompareExchange.param.ron
Normal file
3
naga/tests/in/atomicCompareExchange.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | WGSL",
|
||||
)
|
||||
@@ -12,4 +12,5 @@
|
||||
fake_missing_bindings: true,
|
||||
zero_initialize_workgroup_memory: false,
|
||||
),
|
||||
targets: "SPIRV | METAL | WGSL",
|
||||
)
|
||||
|
||||
@@ -21,4 +21,5 @@
|
||||
fake_missing_bindings: true,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -13,4 +13,5 @@
|
||||
zero_initialize_workgroup_memory: true,
|
||||
restrict_indexing: true
|
||||
),
|
||||
targets: "SPIRV | HLSL | WGSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/atomicOps.param.ron
Normal file
3
naga/tests/in/atomicOps.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
@@ -21,4 +21,5 @@
|
||||
fake_missing_bindings: true,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -27,4 +27,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -43,5 +43,6 @@
|
||||
index: ReadZeroSkipWrite,
|
||||
buffer: ReadZeroSkipWrite,
|
||||
image_load: ReadZeroSkipWrite,
|
||||
)
|
||||
),
|
||||
targets: "WGSL | HLSL | METAL | SPIRV",
|
||||
)
|
||||
|
||||
@@ -10,5 +10,7 @@
|
||||
index: ReadZeroSkipWrite,
|
||||
buffer: ReadZeroSkipWrite,
|
||||
image: ReadZeroSkipWrite,
|
||||
)
|
||||
),
|
||||
//TODO: more backends, eventually merge into "binding-arrays"
|
||||
targets: "WGSL | SPIRV",
|
||||
)
|
||||
|
||||
3
naga/tests/in/bitcast.param.ron
Normal file
3
naga/tests/in/bitcast.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
@@ -1,16 +0,0 @@
|
||||
(
|
||||
msl: (
|
||||
lang_version: (1, 0),
|
||||
per_entry_point_map: {
|
||||
"main": (
|
||||
resources: {
|
||||
},
|
||||
sizes_buffer: Some(0),
|
||||
)
|
||||
},
|
||||
inline_samplers: [],
|
||||
spirv_cross_compatibility: false,
|
||||
fake_missing_bindings: false,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
)
|
||||
@@ -13,4 +13,5 @@
|
||||
fake_missing_bindings: false,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -21,4 +21,5 @@
|
||||
fake_missing_bindings: false,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -14,4 +14,5 @@
|
||||
},
|
||||
restrict_indexing: true
|
||||
),
|
||||
)
|
||||
targets: "HLSL",
|
||||
)
|
||||
|
||||
@@ -20,4 +20,5 @@
|
||||
fake_missing_bindings: true,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL",
|
||||
)
|
||||
|
||||
@@ -20,4 +20,5 @@
|
||||
fake_missing_bindings: true,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL",
|
||||
)
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
index: Restrict,
|
||||
buffer: Restrict,
|
||||
),
|
||||
targets: "SPIRV | METAL",
|
||||
)
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
index: ReadZeroSkipWrite,
|
||||
buffer: ReadZeroSkipWrite,
|
||||
),
|
||||
targets: "METAL",
|
||||
)
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
index: ReadZeroSkipWrite,
|
||||
buffer: ReadZeroSkipWrite,
|
||||
),
|
||||
targets: "SPIRV | METAL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/break-if.param.ron
Normal file
3
naga/tests/in/break-if.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL | GLSL | SPIRV | HLSL | METAL",
|
||||
)
|
||||
@@ -3,4 +3,5 @@
|
||||
version: (1, 0),
|
||||
debug: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | IR | ANALYSIS | HLSL | WGSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/const-exprs.param.ron
Normal file
3
naga/tests/in/const-exprs.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
3
naga/tests/in/const_assert.param.ron
Normal file
3
naga/tests/in/const_assert.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL | IR",
|
||||
)
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/cross.param.ron
Normal file
3
naga/tests/in/cross.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
3
naga/tests/in/cubeArrayShadow.param.ron
Normal file
3
naga/tests/in/cubeArrayShadow.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "GLSL",
|
||||
)
|
||||
@@ -4,4 +4,5 @@
|
||||
debug: true,
|
||||
adjust_coordinate_space: false,
|
||||
),
|
||||
)
|
||||
targets: "SPIRV",
|
||||
)
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
debug: true,
|
||||
adjust_coordinate_space: false,
|
||||
),
|
||||
)
|
||||
targets: "SPIRV",
|
||||
)
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
debug: true,
|
||||
adjust_coordinate_space: false,
|
||||
),
|
||||
)
|
||||
targets: "SPIRV",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "IR",
|
||||
)
|
||||
|
||||
@@ -8,4 +8,5 @@
|
||||
fake_missing_bindings: false,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -15,4 +15,5 @@
|
||||
fake_missing_bindings: false,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | WGSL",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,5 @@
|
||||
binding_map: { },
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -8,4 +8,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "GLSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/fragment-output.param.ron
Normal file
3
naga/tests/in/fragment-output.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
@@ -8,4 +8,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "GLSL",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/glsl/800-out-of-bounds-panic.param.ron
Normal file
3
naga/tests/in/glsl/800-out-of-bounds-panic.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
god_mode: true,
|
||||
)
|
||||
3
naga/tests/in/glsl/896-push-constant.param.ron
Normal file
3
naga/tests/in/glsl/896-push-constant.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
god_mode: true,
|
||||
)
|
||||
3
naga/tests/in/glsl/double-math-functions.param.ron
Normal file
3
naga/tests/in/glsl/double-math-functions.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
god_mode: true,
|
||||
)
|
||||
3
naga/tests/in/glsl/variations.param.ron
Normal file
3
naga/tests/in/glsl/variations.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "GLSL",
|
||||
)
|
||||
3
naga/tests/in/glsl/vector-functions.param.ron
Normal file
3
naga/tests/in/glsl/vector-functions.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
god_mode: true,
|
||||
)
|
||||
3
naga/tests/in/hlsl-keyword.param.ron
Normal file
3
naga/tests/in/hlsl-keyword.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "HLSL",
|
||||
)
|
||||
@@ -9,5 +9,6 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
glsl_exclude_list: ["depth_load", "depth_no_comparison"]
|
||||
glsl_exclude_list: ["depth_load", "depth_no_comparison"],
|
||||
targets: "SPIRV | METAL | HLSL | WGSL | GLSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/index-by-value.param.ron
Normal file
3
naga/tests/in/index-by-value.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | IR",
|
||||
)
|
||||
@@ -21,4 +21,5 @@
|
||||
fake_missing_bindings: true,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | HLSL | WGSL | METAL",
|
||||
)
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
(
|
||||
//TODO: GLSL https://github.com/gfx-rs/naga/issues/874
|
||||
targets: "SPIRV | METAL | HLSL | WGSL",
|
||||
spv: (
|
||||
version: (1, 0),
|
||||
capabilities: [ Shader, SampleRateShading ],
|
||||
|
||||
@@ -12,4 +12,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -12,4 +12,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -8,4 +8,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "GLSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/lexical-scopes.param.ron
Normal file
3
naga/tests/in/lexical-scopes.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
@@ -1 +1,3 @@
|
||||
()
|
||||
(
|
||||
targets: "IR | WGSL",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/module-scope.param.ron
Normal file
3
naga/tests/in/module-scope.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
3
naga/tests/in/msl-varyings.param.ron
Normal file
3
naga/tests/in/msl-varyings.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "METAL",
|
||||
)
|
||||
@@ -1,4 +1,5 @@
|
||||
(
|
||||
god_mode: true,
|
||||
glsl_multiview: Some(2),
|
||||
targets: "SPIRV | GLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -10,4 +10,5 @@
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
glsl_multiview: Some(2),
|
||||
targets: "GLSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/must-use.param.ron
Normal file
3
naga/tests/in/must-use.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "IR",
|
||||
)
|
||||
@@ -1,2 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
),
|
||||
pipeline_constants: {
|
||||
"o": 2.0
|
||||
}
|
||||
},
|
||||
targets: "IR | SPIRV | METAL",
|
||||
)
|
||||
|
||||
@@ -14,5 +14,6 @@
|
||||
),
|
||||
pipeline_constants: {
|
||||
"o": 2.0
|
||||
}
|
||||
},
|
||||
targets: "IR | SPIRV | METAL",
|
||||
)
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"0": NaN,
|
||||
"1300": 1.1,
|
||||
"depth": 2.3,
|
||||
}
|
||||
},
|
||||
targets: "IR | ANALYSIS | SPIRV | METAL | HLSL | GLSL",
|
||||
)
|
||||
|
||||
@@ -20,4 +20,5 @@
|
||||
fake_missing_bindings: false,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/phony_assignment.param.ron
Normal file
3
naga/tests/in/phony_assignment.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
@@ -1,2 +0,0 @@
|
||||
(
|
||||
)
|
||||
@@ -7,4 +7,5 @@
|
||||
debug: true,
|
||||
adjust_coordinate_space: false,
|
||||
),
|
||||
targets: "SPIRV | WGSL",
|
||||
)
|
||||
|
||||
@@ -8,4 +8,5 @@
|
||||
version: (1, 1),
|
||||
debug: true,
|
||||
),
|
||||
targets: "SPIRV | METAL",
|
||||
)
|
||||
|
||||
@@ -18,4 +18,5 @@
|
||||
zero_initialize_workgroup_memory: true,
|
||||
restrict_indexing: true
|
||||
),
|
||||
targets: "GLSL | HLSL",
|
||||
)
|
||||
|
||||
@@ -13,4 +13,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | DOT | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
fake_missing_bindings: true,
|
||||
special_constants_binding: None,
|
||||
zero_initialize_workgroup_memory: true,
|
||||
)
|
||||
),
|
||||
targets: "SPIRV | METAL | HLSL",
|
||||
)
|
||||
|
||||
@@ -49,5 +49,6 @@
|
||||
index: ReadZeroSkipWrite,
|
||||
buffer: ReadZeroSkipWrite,
|
||||
image_load: ReadZeroSkipWrite,
|
||||
)
|
||||
),
|
||||
targets: "METAL",
|
||||
)
|
||||
|
||||
3
naga/tests/in/runtime-array-in-unused-struct.param.ron
Normal file
3
naga/tests/in/runtime-array-in-unused-struct.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "SPIRV",
|
||||
)
|
||||
@@ -8,4 +8,5 @@
|
||||
binding_map: {},
|
||||
zero_initialize_workgroup_memory: true,
|
||||
),
|
||||
targets: "GLSL",
|
||||
)
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
version: (1, 0),
|
||||
separate_entry_points: true,
|
||||
),
|
||||
targets: "SPIRV | GLSL",
|
||||
)
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
debug: true,
|
||||
adjust_coordinate_space: true,
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -64,4 +64,5 @@
|
||||
zero_initialize_workgroup_memory: true,
|
||||
restrict_indexing: true
|
||||
),
|
||||
targets: "SPIRV | METAL | GLSL | HLSL | WGSL",
|
||||
)
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
spv: (
|
||||
version: (1, 4),
|
||||
),
|
||||
targets: "SPIRV",
|
||||
)
|
||||
|
||||
3
naga/tests/in/spv/atomic_compare_exchange.param.ron
Normal file
3
naga/tests/in/spv/atomic_compare_exchange.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
3
naga/tests/in/spv/atomic_exchange.param.ron
Normal file
3
naga/tests/in/spv/atomic_exchange.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
3
naga/tests/in/spv/atomic_i_add_sub.param.ron
Normal file
3
naga/tests/in/spv/atomic_i_add_sub.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
3
naga/tests/in/spv/atomic_i_decrement.param.ron
Normal file
3
naga/tests/in/spv/atomic_i_decrement.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
3
naga/tests/in/spv/atomic_i_increment.param.ron
Normal file
3
naga/tests/in/spv/atomic_i_increment.param.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
(
|
||||
targets: "WGSL",
|
||||
)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user