wgpu/tests/in/boids.param.ron
2021-06-27 01:09:53 -04:00

23 lines
506 B
Plaintext

(
spv_version: (1, 0),
spv_debug: true,
spv_adjust_coordinate_space: false,
msl_custom: true,
msl: (
lang_version: (2, 0),
per_stage_map: (
cs: (
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),
)
),
inline_samplers: [],
spirv_cross_compatibility: false,
fake_missing_bindings: false,
),
)