Skip to content

Three.js r170 moves WebGPU modules to addons

Three.js r170 continues the WebGPU maturation with improved organization and broader format support.

Key changes

  • WebGPU modules moved to addons for cleaner imports
  • GLTFLoader improvements under WebGPU renderer
  • Better compatibility with existing Three.js codebases

Import changes

javascript
import { WebGPURenderer } from 'three/webgpu';

For web game developers

The WebGPU path in Three.js is becoming more stable and production-ready with each release.

References