mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
23 lines
413 B
Plaintext
23 lines
413 B
Plaintext
(
|
|
spv: (
|
|
version: (1, 1),
|
|
debug: true,
|
|
adjust_coordinate_space: false,
|
|
),
|
|
msl: (
|
|
lang_version: (1, 0),
|
|
per_entry_point_map: {
|
|
"main": (
|
|
resources: {
|
|
(group: 0, binding: 0): (buffer: Some(0), mutable: true),
|
|
},
|
|
sizes_buffer: None,
|
|
),
|
|
},
|
|
inline_samplers: [],
|
|
spirv_cross_compatibility: false,
|
|
fake_missing_bindings: false,
|
|
zero_initialize_workgroup_memory: true,
|
|
),
|
|
)
|