Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing some style related issues in WebGPU. | Istvan Miklos | 2020-02-27 | 1 | -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 GPUQueue | Zakor | 2020-02-13 | 1 | -0/+73 |
Added WebIDL bindings for `GPUQueue`. Implemented the `submit` function of `GPUQueue` and `defaultQueue` function of `GPUDevice`. |