aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuqueue.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-2/+5
| | | | | | Changed the Requests/Response from tuples to named struct variants and also sorted in alphabetical order. Replaced the ID generator functions from `globalscope` with a single function, which returns a `RefMut` and can call the appropriate method to generate resource IDs.
* Initial implementation of GPUQueueZakor2020-02-131-0/+73
Added WebIDL bindings for `GPUQueue`. Implemented the `submit` function of `GPUQueue` and `defaultQueue` function of `GPUDevice`.