Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
"webgpu_compute_particles_rain",
"webgpu_compute_particles_snow",
"webgpu_compute_points",
"webgpu_compute_reduce",
"webgpu_compute_sort_bitonic",
"webgpu_compute_texture",
"webgpu_compute_texture_3d",
Expand Down
Binary file added examples/screenshots/webgpu_compute_reduce.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"webgpu_compute_particles_rain": [ "gpgpu" ],
"webgpu_compute_particles_snow_external": [ "gpgpu" ],
"webgpu_compute_points": [ "gpgpu" ],
"webgpu_compute_reduce": [ "gpgpu" ],
"webgpu_compute_sort_bitonic": [ "gpgpu" ],
"webgpu_compute_texture": [ "gpgpu" ],
"webgpu_compute_texture_pingpong": [ "gpgpu" ],
Expand Down
Loading
Loading