webgpu / webgpufundamentals

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

Consistently use vec3u return type for computeSomething in fundamentals #98

Closed maiwald closed 6 months ago

maiwald commented 6 months ago

Hey! I just noticed that the examples were using different return types. The full listing used vec3<u32>, the explanation and further listings used vec3u.