Files
wgpu/tests/in/shadow.param.ron
2021-02-07 18:16:26 -05:00

11 lines
432 B
Plaintext

(
spv_flow_dump_prefix: "",
spv_capabilities: [ Shader ],
mtl_bindings: {
(stage: Fragment, group: 0, binding: 0): (buffer: Some(0), mutable: false),
(stage: Fragment, group: 0, binding: 1): (buffer: Some(1), mutable: false),
(stage: Fragment, group: 0, binding: 2): (texture: Some(0), mutable: false),
(stage: Fragment, group: 0, binding: 3): (sampler: Some(0), mutable: false),
}
)