Skip to content

Commit

Permalink
Fix for Encoder.end having to take ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
MendyBerger committed Nov 29, 2024
1 parent d76b0cd commit 11ac990
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 93 deletions.
4 changes: 2 additions & 2 deletions crates/wasi-webgpu-wasmtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ wasmtime::component::bindgen!({
"wasi:webgpu/webgpu/gpu-device": wrapper_types::Device,
"wasi:webgpu/webgpu/gpu-queue": wgpu_core::id::QueueId,
"wasi:webgpu/webgpu/gpu-command-encoder": wgpu_core::id::CommandEncoderId,
"wasi:webgpu/webgpu/gpu-render-pass-encoder": wrapper_types::RenderPass,
"wasi:webgpu/webgpu/gpu-compute-pass-encoder": wrapper_types::ComputePass,
"wasi:webgpu/webgpu/gpu-render-pass-encoder": wrapper_types::RenderPassEncoder,
"wasi:webgpu/webgpu/gpu-compute-pass-encoder": wrapper_types::ComputePassEncoder,
"wasi:webgpu/webgpu/gpu-shader-module": wgpu_core::id::ShaderModuleId,
"wasi:webgpu/webgpu/gpu-render-pipeline": wgpu_core::id::RenderPipelineId,
"wasi:webgpu/webgpu/gpu-render-bundle-encoder": wgpu_core::command::RenderBundleEncoder,
Expand Down
Loading

0 comments on commit 11ac990

Please sign in to comment.