Capítulo 624 de 859

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

  1. WebGPU has no documented properties/methods beyond what's shown above — check the source link for implementation details.

Connects To