From 3035dee9f14402f57d42ff0b362152140b4dca13 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 30 Jan 2023 15:14:16 +0100 Subject: chore: update webgpu (#17534) --- ext/webgpu/src/command_encoder.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/webgpu/src/command_encoder.rs') diff --git a/ext/webgpu/src/command_encoder.rs b/ext/webgpu/src/command_encoder.rs index e552a14e0..eb534f6bc 100644 --- a/ext/webgpu/src/command_encoder.rs +++ b/ext/webgpu/src/command_encoder.rs @@ -49,7 +49,7 @@ pub fn op_webgpu_create_command_encoder( gfx_put!(device => instance.device_create_command_encoder( device, &descriptor, - std::marker::PhantomData + () ) => state, WebGpuCommandEncoder) } @@ -84,7 +84,6 @@ pub fn op_webgpu_command_encoder_begin_render_pass( label: Option, color_attachments: Vec>, depth_stencil_attachment: Option, - _occlusion_query_set: Option, // not yet implemented ) -> Result { let command_encoder_resource = state .resource_table -- cgit v1.2.3