mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Support buffer resource arrays in IR, wgsl-in, and spv-out * spv-out: refactor non-uniform indexing semantics to support buffers * Update the doc comment on BindingArray type * Improve TypeInfo restrictions on binding arrays * Strip DATA out of binding arrays * Include suggested documentation, more binding array tests, enforce structs
15 lines
248 B
Plaintext
15 lines
248 B
Plaintext
(
|
|
god_mode: false,
|
|
spv: (
|
|
version: (1, 1),
|
|
binding_map: {
|
|
(group: 0, binding: 0): (binding_array_size: Some(10)),
|
|
},
|
|
),
|
|
bounds_check_policies: (
|
|
index: ReadZeroSkipWrite,
|
|
buffer: ReadZeroSkipWrite,
|
|
image: ReadZeroSkipWrite,
|
|
)
|
|
)
|