wgpun_RenderBundleEncoderDraw function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32)
>()
external void wgpun_RenderBundleEncoderDraw(
int encoder,
int vertex_count,
int instance_count,
int first_vertex,
int first_instance,
);