Skip to content

Commit 99dd5af

Browse files
authored
Examples: Make layers example a bit more interesting. (#31036)
* Examples: Make layers example a bit more interesting. * E2E: Update screenshot.
1 parent 0455c67 commit 99dd5af

File tree

10 files changed

+217
-195
lines changed

10 files changed

+217
-195
lines changed

docs/api/ar/core/Layers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>[name]</h1>
2525

2626
<h2>أمثلة (Examples)</h2>
2727

28-
<p>[example:webgl_layers WebGL / layers]</p>
28+
<p>[example:webgpu_layers WebGPU / layers]</p>
2929

3030
<h2>المنشئ (Constructor)</h2>
3131

docs/api/en/core/Layers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>[name]</h1>
2525

2626
<h2>Examples</h2>
2727

28-
<p>[example:webgl_layers WebGL / layers]</p>
28+
<p>[example:webgpu_layers WebGPU / layers]</p>
2929

3030
<h2>Constructor</h2>
3131

docs/api/it/core/Layers.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ <h1>[name]</h1>
2222

2323
<h2>Esempi</h2>
2424

25-
<p>
26-
[example:webgl_layers WebGL / layers]
27-
</p>
25+
<p>[example:webgpu_layers WebGPU / layers]</p>
2826

2927
<h2>Costruttore</h2>
3028

docs/api/ko/core/Layers.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ <h1>[name]</h1>
2121

2222
<h2>예제</h2>
2323

24-
<p>
25-
[example:webgl_layers WebGL / layers]
26-
</p>
24+
<p>[example:webgpu_layers WebGPU / layers]</p>
2725

2826
<h2>생성자</h2>
2927

examples/files.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"webgl_interactive_points",
5757
"webgl_interactive_raycasting_points",
5858
"webgl_interactive_voxelpainter",
59-
"webgl_layers",
6059
"webgl_lensflares",
6160
"webgl_lightprobe",
6261
"webgl_lightprobe_cubecamera",
@@ -335,6 +334,7 @@
335334
"webgpu_instance_sprites",
336335
"webgpu_instance_uniform",
337336
"webgpu_instancing_morph",
337+
"webgpu_layers",
338338
"webgpu_lensflares",
339339
"webgpu_lightprobe",
340340
"webgpu_lightprobe_cubecamera",

examples/screenshots/webgl_layers.jpg

-39.4 KB
Binary file not shown.
119 KB
Loading

examples/textures/sprites/blossom.png

25.7 KB
Loading

examples/webgl_layers.html

-186
This file was deleted.

0 commit comments

Comments
 (0)