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