Skip to content

Commit 8c7515b

Browse files
committed
Enable WebGPU samples tab
1 parent 082da25 commit 8c7515b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<div id='nav'>
9292
<a href='./' class='selected'>Samples</a>
9393
<a href='layers-samples/'>Layers Samples</a>
94-
<!--a href='webgpu/'>WebGPU Samples</a-->
94+
<a href='webgpu/'>WebGPU Samples</a>
9595
<a href='proposals/'>Proposals</a>
9696
<a href='tests/'>Test Pages</a>
9797
<a href='report/'>Report</a>

layers-samples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<div id='nav'>
9898
<a href='../'>Samples</a>
9999
<a href='./' class='selected'>Layers Samples</a>
100-
<!--a href='../webgpu/'>WebGPU Samples</a-->
100+
<a href='../webgpu/'>WebGPU Samples</a>
101101
<a href='../proposals/'>Proposals</a>
102102
<a href='../tests/'>Test Pages</a>
103103
<a href='../report/'>Report</a>

proposals/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<div id='nav'>
9292
<a href='../'>Samples</a>
9393
<a href='../layers-samples/'>Layers Samples</a>
94-
<!--a href='../webgpu/'>WebGPU Samples</a-->
94+
<a href='../webgpu/'>WebGPU Samples</a>
9595
<a href='./' class='selected'>Proposals</a>
9696
<a href='../tests/'>Test Pages</a>
9797
<a href='../report/'>Report</a>

report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div id='nav'>
6767
<a href='../'>Samples</a>
6868
<a href='../layers-samples/'>Layers Samples</a>
69-
<!--a href='../webgpu/'>WebGPU Samples</a-->
69+
<a href='../webgpu/'>WebGPU Samples</a>
7070
<a href='../proposals/'>Proposals</a>
7171
<a href='../tests/'>Test Pages</a>
7272
<a href='./' class='selected'>Report</a>

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<div id='nav'>
9292
<a href='../'>Samples</a>
9393
<a href='../layers-samples/'>Layers Samples</a>
94-
<!--a href='../webgpu/'>WebGPU Samples</a-->
94+
<a href='../webgpu/'>WebGPU Samples</a>
9595
<a href='../proposals/'>Proposals</a>
9696
<a href='./' class='selected'>Test Pages</a>
9797
<a href='../report/'>Report</a>

0 commit comments

Comments
 (0)