Skip to content

Commit

Permalink
fixup: subgroup: Add spv-in test
Browse files Browse the repository at this point in the history
  • Loading branch information
exrook committed Oct 21, 2023
1 parent 064afd8 commit 08dec85
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/in/spv/subgroup-operations-s.param.ron
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
(
god_mode: true,
spv: (
version: (1, 3),
),
msl: (
lang_version: (2, 4),
per_entry_point_map: {},
inline_samplers: [],
spirv_cross_compatibility: false,
fake_missing_bindings: false,
zero_initialize_workgroup_memory: true,
),
glsl: (
version: Desktop(430),
writer_flags: (""),
binding_map: { },
zero_initialize_workgroup_memory: true,
),
hlsl: (
shader_model: V6_0,
binding_map: {},
fake_missing_bindings: true,
special_constants_binding: None,
zero_initialize_workgroup_memory: true,
),
)

0 comments on commit 08dec85

Please sign in to comment.