mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
Fix wgpu_render_bundle_draw_indexed_indirect
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user