Commit Graph

12 Commits

Author SHA1 Message Date
Leo Kettmeir
6deab72a00
test(webgpu): remove Deno.resources() usage (#4708) 2024-05-11 09:35:47 +10:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
e4fbab08d1
test(webgpu): correct describeTextureFormat() test name (#4584) 2024-04-15 11:36:19 +10:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration (#4560) 2024-04-10 12:43:44 +10:00
Asher Gomez
60eb08b064
chore: enable simulated tests for Deno 2 (#4556)
* chore: add simulated tests for Deno 2

* tweak

* tweak
2024-04-09 07:47:50 +10:00
David Luis
593e344543
docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
Asher Gomez
d91123ee37
fix: ignore linting for Deno.serveHttp() (#4234) 2024-01-25 00:29:16 +00:00
Asher Gomez
6a255d137b
fix: ignore linting rule for Deno.resources() (#4233) 2024-01-25 11:06:54 +11:00
Asher Gomez
df1954c0cd
refactor(webgpu): use internal Deno.close() for cleanup of WebGPU resources (#4231) 2024-01-25 07:45:29 +11:00
Simon Holloway
83efac744e
refactor(webgpu): prepare for noUncheckedIndexedAccess (#4160) 2024-01-11 08:39:31 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Leo Kettmeir
cd7cbb2c45
feat: new std/webgpu sub-module (#3119)
* work

* lint fix

* fmt

* tweaks

* doc

* housekeeping

* fix up, add tests

* remove web compatible

* tweaks

* fix test names

* add examples

* fix up

* remove debug

* Update webgpu/mod.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-12 15:33:07 +11:00