wgpun_QueueSubmitFenced function

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

Implementation

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