wgpun_DeviceGetQueue function

  1. @Native<Uint64 Function(Uint64)>(ffi.Uint64)>()
int wgpun_DeviceGetQueue(
  1. int device
)

Get the queue for a device. Returns queue handle (a heap-allocated Arc

Implementation

@ffi.Native<ffi.Uint64 Function(ffi.Uint64)>()
external int wgpun_DeviceGetQueue(
  int device,
);