-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global: Move some WebGPU modules from core to addons. #29511
Conversation
📦 Bundle sizeFull ESM build, minified and gzipped.
🌳 Bundle size after tree-shakingMinimal build including a renderer, camera, empty scene, and dependencies.
|
@@ -153,6 +153,7 @@ const exceptionList = [ | |||
'webgpu_tsl_vfx_linkedparticles', | |||
'webgpu_tsl_vfx_tornado', | |||
'webgpu_textures_anisotropy', | |||
'webgpu_backdrop_water', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
webgpu_backdrop_water
seems to have some timing issues. When updating related code, the example tends to fail although nothing changes at the visuals. Adding it to the exception list for now.
I wonder why file sizes didn't get smaller... 🤔 |
Fixed #29505.
Description
As suggested in #29505 this PR moves some WebGPU modules from core to addons.