wgpu/wgpu-core
yanchith e9545c93ed Deduplicate Bind Group Layouts on creation
To make later bind group layout compatibility checks simpler (and
cheaper), deduplicate them on creation. If two bind group layouts with
same descriptors are requested, only one is created and the same id is
returned for both.
2019-12-17 18:32:33 +01:00
..
src Deduplicate Bind Group Layouts on creation 2019-12-17 18:32:33 +01:00
Cargo.toml Update smallvec to 1.0 2019-12-06 13:37:30 +09:00