wgpun_ComputePassEncoderSetImmediates function

  1. @Native<Void Function(Uint64, Uint32, Pointer<Uint8>, Uint32)>(ffi.Uint64, ffi.Uint32, ffi.Pointer<ffi.Uint8>, ffi.Uint32)>()
void wgpun_ComputePassEncoderSetImmediates(
  1. int compute_pass,
  2. int offset,
  3. Pointer<Uint8> data,
  4. int data_len,
)

Implementation

@ffi.Native<
  ffi.Void Function(ffi.Uint64, ffi.Uint32, ffi.Pointer<ffi.Uint8>, ffi.Uint32)
>()
external void wgpun_ComputePassEncoderSetImmediates(
  int compute_pass,
  int offset,
  ffi.Pointer<ffi.Uint8> data,
  int data_len,
);