mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 15:23:33 +00:00
25 lines
509 B
Plaintext
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,
|
|
),
|
|
)
|