We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69364bd commit 688d157Copy full SHA for 688d157
examples/files.json
@@ -318,6 +318,7 @@
318
"webgpu_compute_particles_rain",
319
"webgpu_compute_particles_snow",
320
"webgpu_compute_points",
321
+ "webgpu_compute_prefix_sum",
322
"webgpu_compute_reduce",
323
"webgpu_compute_sort_bitonic",
324
"webgpu_compute_texture",
examples/screenshots/webgpu_compute_prefix_sum.jpg
3.33 KB
examples/tags.json
@@ -127,6 +127,7 @@
127
"webgpu_compute_particles": [ "gpgpu" ],
128
"webgpu_compute_particles_rain": [ "gpgpu" ],
129
"webgpu_compute_particles_snow_external": [ "gpgpu" ],
130
+ "webgpu_compute_prefix_sum": ["gpgpu"],
131
"webgpu_compute_points": [ "gpgpu" ],
132
"webgpu_compute_reduce": [ "gpgpu" ],
133
"webgpu_compute_sort_bitonic": [ "gpgpu" ],
0 commit comments