wgpu/tests/in/boids.param.ron
2021-09-15 18:48:18 -04:00

25 lines
509 B
Plaintext

(
spv: (
version: (1, 0),
debug: true,
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,
),
)