chore: update webgpu (#17534)

This commit is contained in:
Leo Kettmeir 2023-01-30 15:14:16 +01:00 committed by GitHub
parent 266915d5ce
commit 3035dee9f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 914 additions and 408 deletions

View file

@ -65,6 +65,6 @@ pub fn op_webgpu_create_sampler(
gfx_put!(device => instance.device_create_sampler(
device,
&descriptor,
std::marker::PhantomData
()
) => state, WebGpuSampler)
}