diff --git a/wgpu-core/src/command/mod.rs b/wgpu-core/src/command/mod.rs index 887c19fb35..934a5ae7a6 100644 --- a/wgpu-core/src/command/mod.rs +++ b/wgpu-core/src/command/mod.rs @@ -898,6 +898,211 @@ impl CommandEncoder { raw.transition_textures(&texture_barriers); } } + + fn finish( + self: &Arc, + desc: &wgt::CommandBufferDescriptor