Update wgpu to 0.17 (#30147)

This commit is contained in:
Samson 2023-08-21 09:40:06 +02:00 committed by GitHub
parent 85a37210c2
commit db2cbff9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 159 additions and 91 deletions

View file

@ -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;