diff options
Diffstat (limited to 'ext/webgpu/src/sampler.rs')
-rw-r--r-- | ext/webgpu/src/sampler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webgpu/src/sampler.rs b/ext/webgpu/src/sampler.rs index f2f1037f1..b377f6835 100644 --- a/ext/webgpu/src/sampler.rs +++ b/ext/webgpu/src/sampler.rs @@ -65,6 +65,6 @@ pub fn op_webgpu_create_sampler( gfx_put!(device => instance.device_create_sampler( device, &descriptor, - std::marker::PhantomData + () ) => state, WebGpuSampler) } |