Skip to content

Commit

Permalink
mod interface_types
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <[email protected]>
  • Loading branch information
sagudev committed Jan 8, 2025
1 parent b79d4a3 commit 79ecded
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion wgpu/src/api/render_bundle_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl<'a> RenderBundleEncoder<'a> {
#[cfg(webgpu)]
dispatch::DispatchRenderBundleEncoder::WebGPU(b) => b.finish(desc),
//#[cfg(custom)]
dispatch::DispatchRenderBundleEncoder::Custom(b) => b.finish(desc),
dispatch::DispatchRenderBundleEncoder::Custom(_) => unimplemented!(),
};

RenderBundle { inner: bundle }
Expand Down
Loading

0 comments on commit 79ecded

Please sign in to comment.