Skip to content

Commit 688d157

Browse files
committed
add missing examples code
1 parent 69364bd commit 688d157

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

examples/files.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@
318318
"webgpu_compute_particles_rain",
319319
"webgpu_compute_particles_snow",
320320
"webgpu_compute_points",
321+
"webgpu_compute_prefix_sum",
321322
"webgpu_compute_reduce",
322323
"webgpu_compute_sort_bitonic",
323324
"webgpu_compute_texture",
3.33 KB
Loading

examples/tags.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"webgpu_compute_particles": [ "gpgpu" ],
128128
"webgpu_compute_particles_rain": [ "gpgpu" ],
129129
"webgpu_compute_particles_snow_external": [ "gpgpu" ],
130+
"webgpu_compute_prefix_sum": ["gpgpu"],
130131
"webgpu_compute_points": [ "gpgpu" ],
131132
"webgpu_compute_reduce": [ "gpgpu" ],
132133
"webgpu_compute_sort_bitonic": [ "gpgpu" ],

0 commit comments

Comments
 (0)