mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update wgpu to 0.18.1 (#30926)
* Update wgpu to 0.18.1 * Fix webgpu code * tidy
This commit is contained in:
parent
3ce590bec4
commit
7973cb6458
7 changed files with 65 additions and 28 deletions
|
@ -164,4 +164,8 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl GlobalIdentityHandlerFactory for IdentityRecyclerFactory {}
|
||||
impl GlobalIdentityHandlerFactory for IdentityRecyclerFactory {
|
||||
fn ids_are_generated_in_wgpu() -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue