wgpun_ComputePassEncoderDispatchWorkgroups function

  1. @Native<Void Function(Uint64, Uint32, Uint32, Uint32)>(ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Uint32)>()
void wgpun_ComputePassEncoderDispatchWorkgroups(
  1. int compute_pass,
  2. int x,
  3. int y,
  4. int z,
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Uint32)>()
external void wgpun_ComputePassEncoderDispatchWorkgroups(
  int compute_pass,
  int x,
  int y,
  int z,
);