Skip to content

Commit

Permalink
Init CustomContext and Dyn_
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <[email protected]>
  • Loading branch information
sagudev committed Dec 4, 2024
1 parent 4e139ed commit 3d9022f
Show file tree
Hide file tree
Showing 4 changed files with 1,063 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgpu/src/api/render_bundle_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ impl<'a> RenderBundleEncoder<'a> {
dispatch::DispatchRenderBundleEncoder::Core(b) => b.finish(desc),
#[cfg(webgpu)]
dispatch::DispatchRenderBundleEncoder::WebGPU(b) => b.finish(desc),
//#[cfg(custom)]
dispatch::DispatchRenderBundleEncoder::Custom(b) => b.finish(desc),
};

RenderBundle { inner: bundle }
Expand Down
Loading

0 comments on commit 3d9022f

Please sign in to comment.