Skip to content

Commit 410f737

Browse files
authored
Examples: WebGPU GPGPU Birds (#29081)
* init * fix wgsl syntax * Working image * Fixed color and vertex shaders, need to make minor adjustments, and add more instructive comments * add lighting * try to fix compute * testing * add labels to uniforms and storage buffers * add back missing velocity scalar of 10 * change remainder to mod * fix loop * fix webGL compatibility * cleanup * update screenshot * remove lights, remove normals vertex attribute warning
1 parent 90c34c0 commit 410f737

File tree

3 files changed

+495
-0
lines changed

3 files changed

+495
-0
lines changed

examples/files.json

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
"webgpu_clearcoat",
312312
"webgpu_clipping",
313313
"webgpu_compute_audio",
314+
"webgpu_compute_birds",
314315
"webgpu_compute_geometry",
315316
"webgpu_compute_particles",
316317
"webgpu_compute_particles_rain",
30.9 KB
Loading

0 commit comments

Comments
 (0)