mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Add serialize and deserialize features with examples * Fix formatting * Make some types (de)serialize transparently * Fix more formatting * Remove new examples and add (de)serialization support to the convert example * Remove extraneous file * Rename param file
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
(
|
|
metal_bindings: {
|
|
(set: 0, binding: 0): (buffer: Some(0), texture: None, sampler: None, mutable: false),
|
|
(set: 0, binding: 1): (buffer: Some(1), texture: None, sampler: None, mutable: true),
|
|
(set: 0, binding: 2): (buffer: Some(2), texture: None, sampler: None, mutable: true),
|
|
}
|
|
)
|