Chapter 624: WebGPU
Core Idea
A utility module with basic WebGPU capability testing.
Code Examples
import WebGPU from 'three/addons/capabilities/WebGPU.js';
- What it demonstrates: Typical usage of WebGPU.
Key Takeaways
- WebGPU has no documented properties/methods beyond what's shown above — check the source link for implementation details.
Connects To