mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Use existing BindGroupLayout if an equivalent BGL already exists
This commit is contained in:
parent
0dc1514d57
commit
d1c13e8df7
4 changed files with 27 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue