-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(webgpu-rendering-context): import webgpu renderer (#99)
* feat(webgpu-rendering-context): import webgpu renderer from three.js and creates a renderer * fix(WebGPU): bump build target to resolve error this commits fix that vite is complaining about top-level await used in threejs. it is ok to bump the version since our support target is 2 most recent Chromium/Firefox/Safari version Signed-off-by: Bill ZHANG <[email protected]> * fix(webgpu-rendering-context): fix type declaration * style(three-webgpu): run prettier formatting on the code Signed-off-by: Bill ZHANG <[email protected]> --------- Signed-off-by: Bill ZHANG <[email protected]> Co-authored-by: Chenzhu <[email protected]> Co-authored-by: Bill ZHANG <[email protected]>
- Loading branch information
1 parent
774b781
commit 089feed
Showing
4 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters