dawn.QueueHandle
export type QueueHandle = { readonly [QueueBrand]: never };Opaque handle to a command queue. Submits command buffers and GPU work to the device.
export type QueueHandle = { readonly [QueueBrand]: never };Opaque handle to a command queue. Submits command buffers and GPU work to the device.