wgpu/naga/tests/in/boids.param.ron

25 lines
542 B
Plaintext
Raw Normal View History

2020-03-19 13:35:10 +00:00
(
2021-09-15 18:43:52 +00:00
spv: (
version: (1, 0),
debug: true,
adjust_coordinate_space: false,
),
2021-04-07 14:29:35 +00:00
msl: (
lang_version: (1, 0),
per_entry_point_map: {
"main": (
2021-06-27 04:26:12 +00:00
resources: {
(group: 0, binding: 0): (buffer: Some(0), mutable: false),
(group: 0, binding: 1): (buffer: Some(1), mutable: true),
(group: 0, binding: 2): (buffer: Some(2), mutable: true),
},
sizes_buffer: Some(3),
)
},
2021-04-07 14:29:35 +00:00
inline_samplers: [],
spirv_cross_compatibility: false,
fake_missing_bindings: false,
zero_initialize_workgroup_memory: true,
2021-04-07 14:29:35 +00:00
),
)