Files
wgpu/test-data/boids.param.ron

10 lines
311 B
Plaintext

(
spv_flow_dump_prefix: "",
spv_capabilities: [ Shader ],
mtl_bindings: {
(stage: Compute, group: 0, binding: 0): (buffer: Some(0), mutable: false),
(stage: Compute, group: 0, binding: 1): (buffer: Some(1), mutable: true),
(stage: Compute, group: 0, binding: 2): (buffer: Some(2), mutable: true),
}
)