GPUDevice: phương thức destroy()
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Note: This feature is available in Web Workers.
Phương thức destroy() của giao diện GPUDevice hủy thiết bị, ngăn không cho thực hiện thêm thao tác nào trên nó.
Cú pháp
js
destroy()
Giá trị trả về
undefined.
Đặc tả
| Specification |
|---|
| WebGPU> # dom-gpudevice-destroy> |