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