You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the WebGPURenderer module to a single file to users, it will make the browser network request time shorter.
Single file network info:
Current network info:
Solution
Add the rollup config.
{input: 'examples/jsm/renderers/webgpu/WebGPURenderer.js',plugins: [addons(),glsl(),header()],output: [{format: 'esm',file: 'build/webgpu.module.js'// file name to be announced}]}
Alternatives
Users build the 'WebGPURenderer' module themselves.
Additional context
WebGPURenderer single file will make the browser network request time shorter.
The text was updated successfully, but these errors were encountered:
Description
Build the
WebGPURenderer
module to a single file to users, it will make the browser network request time shorter.Single file network info:
Current network info:
Solution
Add the rollup config.
Alternatives
Users build the 'WebGPURenderer' module themselves.
Additional context
WebGPURenderer
single file will make the browser network request time shorter.The text was updated successfully, but these errors were encountered: