mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix wgpu_render_bundle_draw_indexed_indirect
This commit is contained in:
committed by
Dzmitry Malyshau
parent
0135e02ff6
commit
f861e83df1
@@ -1301,7 +1301,7 @@ pub mod bundle_ffi {
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn wgpu_render_pass_bundle_indexed_indirect(
|
||||
pub extern "C" fn wgpu_render_bundle_draw_indexed_indirect(
|
||||
bundle: &mut RenderBundleEncoder,
|
||||
buffer_id: id::BufferId,
|
||||
offset: BufferAddress,
|
||||
|
||||
Reference in New Issue
Block a user