wgpun_DeviceCreateQuerySet function

  1. @Native<Uint64 Function(Uint64, Uint32, Uint32, Pointer<Char>)>(ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Pointer<ffi.Char>)>()
int wgpun_DeviceCreateQuerySet(
  1. int device,
  2. int query_type,
  3. int count,
  4. Pointer<Char> label,
)

Implementation

@ffi.Native<
  ffi.Uint64 Function(ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Pointer<ffi.Char>)
>()
external int wgpun_DeviceCreateQuerySet(
  int device,
  int query_type,
  int count,
  ffi.Pointer<ffi.Char> label,
);