summaryrefslogtreecommitdiff
path: root/ext/webgpu/src/sampler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webgpu/src/sampler.rs')
-rw-r--r--ext/webgpu/src/sampler.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/webgpu/src/sampler.rs b/ext/webgpu/src/sampler.rs
index 3c0c43f53..c6827f4cb 100644
--- a/ext/webgpu/src/sampler.rs
+++ b/ext/webgpu/src/sampler.rs
@@ -37,7 +37,6 @@ pub struct CreateSamplerArgs {
pub fn op_webgpu_create_sampler(
state: &mut OpState,
args: CreateSamplerArgs,
- _: (),
) -> Result<WebGpuResult, AnyError> {
let instance = state.borrow::<super::Instance>();
let device_resource = state