summaryrefslogtreecommitdiff
path: root/ext/webgpu/00_init.js
AgeCommit message (Collapse)Author
2024-02-06refactor: use web utils and lazy load utils from core (#22289)Leo Kettmeir
2024-01-29refactor: Use virtul ops module (#22175)Bartek IwaƄczuk
Follow up to #22157. This leaves us with 4 usages of `ensureFastOps()` in `deno` itself. There's also about 150 usages of `Deno.core.ops.<op_name>` left as well.
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-05chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773)Divy Srivastava
Part 1 of #21713 Changes: - Remove `.present()` and add a `presentGPUCanvasContext` (not exposed yet to users) - Move lazy load logic to `00_init.js`. This can be used to use webgpu on-demand from future code (OffScreenCanvas)