Commit 3be76dc
committed
Enable WebGPU in renderer worker
Thread the enableWebGPU flag from getDocument() through WorkerTransport
and InternalRenderTask to the renderer worker's InitializeGraphics
handler, where it triggers GPU device initialization.1 parent 8985b28 commit 3be76dc
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| 465 | + | |
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
| |||
1662 | 1663 | | |
1663 | 1664 | | |
1664 | 1665 | | |
| 1666 | + | |
1665 | 1667 | | |
1666 | 1668 | | |
1667 | 1669 | | |
| |||
2672 | 2674 | | |
2673 | 2675 | | |
2674 | 2676 | | |
| 2677 | + | |
2675 | 2678 | | |
2676 | 2679 | | |
2677 | 2680 | | |
| |||
3468 | 3471 | | |
3469 | 3472 | | |
3470 | 3473 | | |
| 3474 | + | |
3471 | 3475 | | |
3472 | 3476 | | |
3473 | 3477 | | |
| |||
3500 | 3504 | | |
3501 | 3505 | | |
3502 | 3506 | | |
| 3507 | + | |
3503 | 3508 | | |
3504 | 3509 | | |
3505 | 3510 | | |
| |||
3632 | 3637 | | |
3633 | 3638 | | |
3634 | 3639 | | |
| 3640 | + | |
3635 | 3641 | | |
3636 | 3642 | | |
3637 | 3643 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
| |||
0 commit comments