wgpun_RenderPassEncoderSetImmediates function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Uint64, ffi.Uint32, ffi.Pointer<ffi.Uint8>, ffi.Uint32)
>()
external void wgpun_RenderPassEncoderSetImmediates(
int render_pass,
int offset,
ffi.Pointer<ffi.Uint8> data,
int data_len,
);