wgpun_RenderPassEncoderSetVertexBuffer function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Uint64, ffi.Uint32, ffi.Uint64, ffi.Uint64, ffi.Uint64)
>()
external void wgpun_RenderPassEncoderSetVertexBuffer(
int render_pass,
int slot,
int buffer,
int offset,
int size,
);