mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -7,12 +7,12 @@ use ipc_channel::ipc::IpcSender;
|
|||
use msg::constellation_msg::PipelineId;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use wgpu::{
|
||||
hub::{GlobalIdentityHandlerFactory, IdentityHandler, IdentityHandlerFactory},
|
||||
id::{
|
||||
AdapterId, BindGroupId, BindGroupLayoutId, BufferId, CommandBufferId, ComputePipelineId,
|
||||
DeviceId, PipelineLayoutId, QuerySetId, RenderBundleId, RenderPipelineId, SamplerId,
|
||||
ShaderModuleId, StagingBufferId, SurfaceId, TextureId, TextureViewId, TypedId,
|
||||
},
|
||||
identity::{GlobalIdentityHandlerFactory, IdentityHandler, IdentityHandlerFactory},
|
||||
};
|
||||
use wgt::Backend;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue