File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const device = await(await navigator.gpu.requestAdapter()).requestDevice();
27
27
...
28
28
```
29
29
30
- see [ example] ( https://github.com/greggman /node-webgpu/tree/main/example )
30
+ see [ example] ( https://github.com/dawn-gpu /node-webgpu/tree/main/example )
31
31
32
32
You can pass dawn options in ` create `
33
33
@@ -74,7 +74,7 @@ in [the dawn.node readme](https://dawn.googlesource.com/dawn/+/refs/heads/main/s
74
74
75
75
This package provides a WebGPU implementation it node. That said, if you are making a webpage
76
76
and are considering using this for testing, you'd probably be better off using [ puppeteer] ( https://pptr.dev/ ) . You can
77
- find an example of using puppeteer for testing WebGPU in [ this repo] ( https://github.com/greggman /webgpu-debug-helper ) .
77
+ find an example of using puppeteer for testing WebGPU in [ this repo] ( https://github.com/dawn-gpu /webgpu-debug-helper ) .
78
78
79
79
This package is for WebGPU in node. It provides WebGPU in node. But, it does not not provide integration
80
80
with the web platform. For example, importing video via ` HTMLVideoElement ` or ` VideoFrame ` . It doesn't
Original file line number Diff line number Diff line change 12
12
},
13
13
"repository" : {
14
14
"type" : " git" ,
15
- "url" : " git+https://github.com/greggman /node-webgpu.git"
15
+ "url" : " git+https://github.com/dawn-gpu /node-webgpu.git"
16
16
},
17
17
"keywords" : [
18
18
" WGSL" ,
21
21
"author" : " " ,
22
22
"license" : " MIT" ,
23
23
"bugs" : {
24
- "url" : " https://github.com/greggman /node-webgpu/issues"
24
+ "url" : " https://github.com/dawn-gpu /node-webgpu/issues"
25
25
},
26
- "homepage" : " https://github.com/greggman /node-webgpu#readme" ,
26
+ "homepage" : " https://github.com/dawn-gpu /node-webgpu#readme" ,
27
27
"files" : [
28
28
" dist/**/*" ,
29
29
" index.js" ,
You can’t perform that action at this time.
0 commit comments