wgpu/player/tests
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
..
data Replace borrowed slices in Descriptor structs with copy on write slices (#822) 2020-07-20 12:31:05 -04:00
test.rs Replace borrowed slices in Descriptor structs with copy on write slices (#822) 2020-07-20 12:31:05 -04:00