wgpu/player/tests/data
Marvin Löbel 4ed2c0a313
Replace borrowed slices in Descriptor structs with copy on write slices (#822)
* Replace &[T] in descriptor structs with Cow<[T]>

* Changed label fields to use Cow<'a, str>

* Deduplicate types across the tracing API

Introduce the ToStatic trait

* Deduplicate trace::RenderBundleDescriptor

* Remove ugly ToOwned bounds

* Simplifiy Action variants

* Make Clone bounds on type defs less verbose

* Fix a error in play.rs

* Remove ToStatic, and Make Action<'a> borrow descriptors instead
2020-07-20 12:31:05 -04:00
..
all.ron playtest: move the actions together with expectations 2020-07-17 10:59:02 -04:00
buffer-copy.ron Replace borrowed slices in Descriptor structs with copy on write slices (#822) 2020-07-20 12:31:05 -04:00
data1.bin Player-based GPU test framework 2020-07-17 00:08:43 -04:00