Skip to content

Commit 4881b36

Browse files
committed
webgpu_compute -> webgpu_compute_points
1 parent 2ccc5bc commit 4881b36

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

examples/files.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@
312312
"webgpu_backdrop",
313313
"webgpu_backdrop_area",
314314
"webgpu_clearcoat",
315-
"webgpu_compute",
316315
"webgpu_compute_particles",
316+
"webgpu_compute_points",
317317
"webgpu_compute_texture",
318318
"webgpu_compute_texture_pingpong",
319319
"webgpu_cubemap_adjustments",

examples/webgpu_compute.html renamed to 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ const exceptionList = [
111111
'webgpu_backdrop',
112112
'webgpu_backdrop_area',
113113
'webgpu_clearcoat',
114-
'webgpu_compute',
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)