diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2023-08-21 09:40:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 07:40:06 +0000 |
commit | db2cbff9d6ff988c07992dd54cba12ef9f608d69 (patch) | |
tree | 9af6a394e1169cce9619ea7e56553d8fef0a1967 /components/webgpu/identity.rs | |
parent | 85a37210c2651b3c0c5dbfc549e31df042174f4d (diff) | |
download | servo-db2cbff9d6ff988c07992dd54cba12ef9f608d69.tar.gz servo-db2cbff9d6ff988c07992dd54cba12ef9f608d69.zip |
Update wgpu to 0.17 (#30147)
Diffstat (limited to 'components/webgpu/identity.rs')
-rw-r--r-- | components/webgpu/identity.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webgpu/identity.rs b/components/webgpu/identity.rs index eb04017911e..e6a9e66cabe 100644 --- a/components/webgpu/identity.rs +++ b/components/webgpu/identity.rs @@ -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; |