Skip to content

Commit ca5c7cb

Browse files
authoredSep 26, 2023
Examples: Rename some WebGPU Compute examples (#26845)
* webgpu_compute -> webgpu_compute_points * webgpu_audio_processing -> webgpu_compute_audio
1 parent 379038f commit ca5c7cb

6 files changed

+5
-5
lines changed
 

‎examples/files.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,12 @@
308308
"webgl2_volume_perlin"
309309
],
310310
"webgpu (wip)": [
311-
"webgpu_audio_processing",
312311
"webgpu_backdrop",
313312
"webgpu_backdrop_area",
314313
"webgpu_clearcoat",
315-
"webgpu_compute",
314+
"webgpu_compute_audio",
316315
"webgpu_compute_particles",
316+
"webgpu_compute_points",
317317
"webgpu_compute_texture",
318318
"webgpu_compute_texture_pingpong",
319319
"webgpu_cubemap_adjustments",
File renamed without changes.

‎examples/webgpu_compute.html ‎examples/webgpu_compute_points.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99

1010
<div id="info">
11-
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> WebGPU - Compute
11+
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> WebGPU - Compute - 300000 Points
1212
</div>
1313

1414
<script type="importmap">

‎test/e2e/puppeteer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ const exceptionList = [
107107
'physics_rapier_instancing',
108108

109109
// Awaiting for WebGPU support
110-
'webgpu_audio_processing',
111110
'webgpu_backdrop',
112111
'webgpu_backdrop_area',
113112
'webgpu_clearcoat',
114-
'webgpu_compute',
113+
'webgpu_compute_audio',
115114
'webgpu_compute_particles',
115+
'webgpu_compute_points',
116116
'webgpu_compute_texture',
117117
'webgpu_compute_texture_pingpong',
118118
'webgpu_cubemap_dynamic',

0 commit comments

Comments
 (0)
Please sign in to comment.