wgpun_QueueSubmit function

  1. @Native<Void Function(Uint64, Pointer<Uint64>, Uint32)>(ffi.Uint64, ffi.Pointer<ffi.Uint64>, ffi.Uint32)>()
void wgpun_QueueSubmit(
  1. int queue,
  2. Pointer<Uint64> command_buffers,
  3. int count
)

Implementation

@ffi.Native<
  ffi.Void Function(ffi.Uint64, ffi.Pointer<ffi.Uint64>, ffi.Uint32)
>()
external void wgpun_QueueSubmit(
  int queue,
  ffi.Pointer<ffi.Uint64> command_buffers,
  int count,
);