webgpu / webgpufundamentals

https://webgpufundamentals.org
BSD 3-Clause "New" or "Revised" License
624 stars 88 forks source link

tiny fix in webgpu-fundamentals.md #80

Closed tom-mohr closed 8 months ago

tom-mohr commented 8 months ago

The example code should contain navigator.gpu instead of gpu, otherwise it won't work. The other code snippets do it correctly.