dawn.DeviceHandle
export type DeviceHandle = { readonly [DeviceBrand]: never };Opaque handle to a GPU device. A device is the main interface for creating GPU resources and submitting work.
export type DeviceHandle = { readonly [DeviceBrand]: never };Opaque handle to a GPU device. A device is the main interface for creating GPU resources and submitting work.