mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update wgpu to 0.17 (#30147)
This commit is contained in:
parent
85a37210c2
commit
db2cbff9d6
6 changed files with 159 additions and 91 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
use smallvec::SmallVec;
|
||||
use webgpu::wgpu::{
|
||||
hub::IdentityManager,
|
||||
id::{
|
||||
AdapterId, BindGroupId, BindGroupLayoutId, BufferId, CommandEncoderId, ComputePipelineId,
|
||||
DeviceId, PipelineLayoutId, RenderBundleId, RenderPipelineId, SamplerId, ShaderModuleId,
|
||||
TextureId, TextureViewId,
|
||||
},
|
||||
identity::IdentityManager,
|
||||
};
|
||||
use webgpu::wgt::Backend;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue