Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions examples/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@
"webgpu_centroid_sampling",
"webgpu_clearcoat",
"webgpu_clipping",
"webgpu_clipping_advanced",
"webgpu_clipping_hardware",
"webgpu_clipping_intersection",
"webgpu_compute_audio",
"webgpu_compute_birds",
"webgpu_compute_cloth",
Expand Down
Binary file added examples/screenshots/webgpu_clipping_advanced.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/screenshots/webgpu_clipping_hardware.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions examples/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
"webxr_xr_ballshooter": [ "physics" ],
"webgpu_clearcoat": [ "anisotropy" ],
"webgpu_clipping": [ "solid" ],
"webgpu_clipping_hardware": ["solid"],
"webgpu_clipping_intersection": ["solid"],
"webgpu_compute_audio": [ "gpgpu" ],
"webgpu_compute_birds": [ "gpgpu" ],
"webgpu_compute_geometry": [ "gpgpu" ],
Expand Down
Loading
Loading