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