Use existing BindGroupLayout if an equivalent BGL already exists

This commit is contained in:
Kunal Mohan 2020-07-16 01:22:10 +05:30
parent 0dc1514d57
commit d1c13e8df7
4 changed files with 27 additions and 6 deletions

2
Cargo.lock generated
View file

@ -6814,6 +6814,7 @@ dependencies = [
[[package]]
name = "wgpu-core"
version = "0.5.0"
source = "git+https://github.com/gfx-rs/wgpu#fc4baa31072f96479f691a8d134eaf4ceb418df3"
dependencies = [
"arrayvec 0.5.1",
"bitflags",
@ -6841,6 +6842,7 @@ dependencies = [
[[package]]
name = "wgpu-types"
version = "0.5.0"
source = "git+https://github.com/gfx-rs/wgpu#fc4baa31072f96479f691a8d134eaf4ceb418df3"
dependencies = [
"bitflags",
"serde",