Files
wgpu/test-data/boids.param.ron
Lachlan Sneff 466cd1b728 Serialize and Deserialize Module (#125)
* 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
2020-08-13 12:27:10 -04:00

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),
}
)