Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -4/+1 |
| | |||||
* | Implement GPUComputePassEncoder functions | Istvan Miklos | 2020-02-19 | 1 | -0/+6 |
| | | | | Implement the `dispatch`, `endPass`, `setBindGroup`, `setPipeline` functions of `GPUComputePassEncoder`. | ||||
* | Initial implementation of GPUComputePipeline | Istvan Miklos | 2020-02-11 | 1 | -0/+55 |
Added WebIDL bindings for `GPUComputePipeline`. Implemented the `createComputePipeline` function of `GPUDevice`. |