Skip to content

Commit d92e27a

Browse files
committed
Deploying to gh-pages from @ e20f209 🚀
1 parent 4262cf0 commit d92e27a

13 files changed

Lines changed: 2375 additions & 4033 deletions

atom.xml

Lines changed: 125 additions & 125 deletions
Large diffs are not rendered by default.

contributors.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webgpu/lessons/atom.xml

Lines changed: 125 additions & 125 deletions
Large diffs are not rendered by default.

webgpu/lessons/ja/atom.xml

Lines changed: 109 additions & 109 deletions
Large diffs are not rendered by default.

webgpu/lessons/ja/webgpu-wgsl-function-reference.html

Lines changed: 617 additions & 1179 deletions
Large diffs are not rendered by default.

webgpu/lessons/ko/atom.xml

Lines changed: 53 additions & 53 deletions
Large diffs are not rendered by default.

webgpu/lessons/resources/lesson.css

Lines changed: 52 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -937,47 +937,59 @@ pre.prettyprint.lighttheme .fun { color: #900; } /* function name */
937937
font-size: medium;
938938
line-height: 1.25em;
939939
max-width: 90%;
940-
}
941-
.data-table pre {
942-
white-space: normal;
943-
margin: 0.5em;
944-
background-color: inherit;
945-
}
946-
.data-table pre.prettyprint {
947-
white-space: pre;
948-
}
949-
.data-table>div {
950-
display: inline-block;
951-
text-align: left;
952-
}
953-
.data-table table {
954-
border-collapse: collapse;
955-
font-family: var(--code-font-family);
956-
}
957-
.data-table thead {
958-
background-color: var(--table-head-bg-color);
959-
break-inside: avoid;
960-
}
961-
.data-table tr:nth-child(even) {
962-
background-color: var(--table-even-bg-color)
963-
}
964-
.data-table th,
965-
.data-table td {
966-
padding: 0.2em;
967-
border: 1px solid var(--byte-border-color);
968-
}
969-
.data-table tr.data-table-head {
970-
background-color: var(--table-line-head-bg-color);
971-
font-weight: bold;
972-
}
973-
.data-table a[href^="https://www.w3.org"]:before {
974-
content: "§";
975-
text-decoration: none;
976-
margin-right: 0.25em;
977-
}
978-
.data-table .right { text-align: right }
979-
.data-table .left { text-align: left }
980940

941+
pre {
942+
white-space: normal;
943+
margin: 0.5em;
944+
background-color: inherit;
945+
}
946+
pre.prettyprint {
947+
white-space: pre;
948+
}
949+
&>div {
950+
display: inline-block;
951+
text-align: left;
952+
}
953+
table {
954+
border-collapse: collapse;
955+
font-family: var(--code-font-family);
956+
}
957+
thead {
958+
background-color: var(--table-head-bg-color);
959+
break-inside: avoid;
960+
}
961+
tr:nth-child(even) {
962+
background-color: var(--table-even-bg-color)
963+
}
964+
th,
965+
td {
966+
padding: 0.2em;
967+
border: 1px solid var(--byte-border-color);
968+
}
969+
td.full-description {
970+
padding-top: 1em;
971+
border-top: 2px solid var(--byte-border-color);
972+
973+
.builtin {
974+
font-size: medium;
975+
}
976+
}
977+
li p {
978+
margin-block-start: 0;
979+
margin-block-end: 0;
980+
}
981+
tr.data-table-head {
982+
background-color: var(--table-line-head-bg-color);
983+
font-weight: bold;
984+
}
985+
a[href^="https://www.w3.org"]:before {
986+
content: "§";
987+
text-decoration: none;
988+
margin-right: 0.25em;
989+
}
990+
.right { text-align: right }
991+
.left { text-align: left }
992+
}
981993
/* ---- byte table styles ---- */
982994

983995
:root {

webgpu/lessons/ru/atom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id/>
44
<title>Основы WebGPU</title>
5-
<updated>2026-03-12T04:58:27.000Z</updated>
5+
<updated>2026-03-12T07:24:35.000Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>webgpufundamentals Contributors</name>
@@ -15,44 +15,44 @@
1515
<title type="html"><![CDATA[WebGPU Основы]]></title>
1616
<id>https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-fundamentals.html</id>
1717
<link href="https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-fundamentals.html"/>
18-
<updated>2026-03-12T04:58:27.000Z</updated>
18+
<updated>2026-03-12T07:24:35.000Z</updated>
1919
<author>
2020
<name>webgpufundamentals Contributors</name>
2121
<uri>https://webgpufundamentals.org/contributors.html</uri>
2222
</author>
23-
<published>2026-03-12T04:58:27.000Z</published>
23+
<published>2026-03-12T07:24:35.000Z</published>
2424
</entry>
2525
<entry>
2626
<title type="html"><![CDATA[WebGPU Inter-stage Переменные]]></title>
2727
<id>https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-inter-stage-variables.html</id>
2828
<link href="https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-inter-stage-variables.html"/>
29-
<updated>2026-03-12T04:58:27.000Z</updated>
29+
<updated>2026-03-12T07:24:35.000Z</updated>
3030
<author>
3131
<name>webgpufundamentals Contributors</name>
3232
<uri>https://webgpufundamentals.org/contributors.html</uri>
3333
</author>
34-
<published>2026-03-12T04:58:27.000Z</published>
34+
<published>2026-03-12T07:24:35.000Z</published>
3535
</entry>
3636
<entry>
3737
<title type="html"><![CDATA[WebGPU storage буферы]]></title>
3838
<id>https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-storage-buffers.html</id>
3939
<link href="https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-storage-buffers.html"/>
40-
<updated>2026-03-12T04:58:27.000Z</updated>
40+
<updated>2026-03-12T07:24:35.000Z</updated>
4141
<author>
4242
<name>webgpufundamentals Contributors</name>
4343
<uri>https://webgpufundamentals.org/contributors.html</uri>
4444
</author>
45-
<published>2026-03-12T04:58:27.000Z</published>
45+
<published>2026-03-12T07:24:35.000Z</published>
4646
</entry>
4747
<entry>
4848
<title type="html"><![CDATA[WebGPU Uniforms]]></title>
4949
<id>https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-uniforms.html</id>
5050
<link href="https://webgpufundamentals.org/webgpu/lessons/ru/webgpu-uniforms.html"/>
51-
<updated>2026-03-12T04:58:27.000Z</updated>
51+
<updated>2026-03-12T07:24:35.000Z</updated>
5252
<author>
5353
<name>webgpufundamentals Contributors</name>
5454
<uri>https://webgpufundamentals.org/contributors.html</uri>
5555
</author>
56-
<published>2026-03-12T04:58:27.000Z</published>
56+
<published>2026-03-12T07:24:35.000Z</published>
5757
</entry>
5858
</feed>

webgpu/lessons/uk/atom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id/>
44
<title>webgpufundamentals</title>
5-
<updated>2026-03-12T04:58:27.000Z</updated>
5+
<updated>2026-03-12T07:24:35.000Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>webgpufundamentals Contributors</name>
@@ -15,66 +15,66 @@
1515
<title type="html"><![CDATA[Основи WebGPU]]></title>
1616
<id>https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-fundamentals.html</id>
1717
<link href="https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-fundamentals.html"/>
18-
<updated>2026-03-12T04:58:27.000Z</updated>
18+
<updated>2026-03-12T07:24:35.000Z</updated>
1919
<author>
2020
<name>webgpufundamentals Contributors</name>
2121
<uri>https://webgpufundamentals.org/contributors.html</uri>
2222
</author>
23-
<published>2026-03-12T04:58:27.000Z</published>
23+
<published>2026-03-12T07:24:35.000Z</published>
2424
</entry>
2525
<entry>
2626
<title type="html"><![CDATA[Міжетапні змінні у WebGPU]]></title>
2727
<id>https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-inter-stage-variables.html</id>
2828
<link href="https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-inter-stage-variables.html"/>
29-
<updated>2026-03-12T04:58:27.000Z</updated>
29+
<updated>2026-03-12T07:24:35.000Z</updated>
3030
<author>
3131
<name>webgpufundamentals Contributors</name>
3232
<uri>https://webgpufundamentals.org/contributors.html</uri>
3333
</author>
34-
<published>2026-03-12T04:58:27.000Z</published>
34+
<published>2026-03-12T07:24:35.000Z</published>
3535
</entry>
3636
<entry>
3737
<title type="html"><![CDATA[Схема розміщення даних в пам’яті]]></title>
3838
<id>https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-memory-layout.html</id>
3939
<link href="https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-memory-layout.html"/>
40-
<updated>2026-03-12T04:58:27.000Z</updated>
40+
<updated>2026-03-12T07:24:35.000Z</updated>
4141
<author>
4242
<name>webgpufundamentals Contributors</name>
4343
<uri>https://webgpufundamentals.org/contributors.html</uri>
4444
</author>
45-
<published>2026-03-12T04:58:27.000Z</published>
45+
<published>2026-03-12T07:24:35.000Z</published>
4646
</entry>
4747
<entry>
4848
<title type="html"><![CDATA[Буфери зберігання в WebGPU]]></title>
4949
<id>https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-storage-buffers.html</id>
5050
<link href="https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-storage-buffers.html"/>
51-
<updated>2026-03-12T04:58:27.000Z</updated>
51+
<updated>2026-03-12T07:24:35.000Z</updated>
5252
<author>
5353
<name>webgpufundamentals Contributors</name>
5454
<uri>https://webgpufundamentals.org/contributors.html</uri>
5555
</author>
56-
<published>2026-03-12T04:58:27.000Z</published>
56+
<published>2026-03-12T07:24:35.000Z</published>
5757
</entry>
5858
<entry>
5959
<title type="html"><![CDATA[Юніформи в WebGPU]]></title>
6060
<id>https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-uniforms.html</id>
6161
<link href="https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-uniforms.html"/>
62-
<updated>2026-03-12T04:58:27.000Z</updated>
62+
<updated>2026-03-12T07:24:35.000Z</updated>
6363
<author>
6464
<name>webgpufundamentals Contributors</name>
6565
<uri>https://webgpufundamentals.org/contributors.html</uri>
6666
</author>
67-
<published>2026-03-12T04:58:27.000Z</published>
67+
<published>2026-03-12T07:24:35.000Z</published>
6868
</entry>
6969
<entry>
7070
<title type="html"><![CDATA[Буфери вершин в WebGPU]]></title>
7171
<id>https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-vertex-buffers.html</id>
7272
<link href="https://webgpufundamentals.org/webgpu/lessons/uk/webgpu-vertex-buffers.html"/>
73-
<updated>2026-03-12T04:58:27.000Z</updated>
73+
<updated>2026-03-12T07:24:35.000Z</updated>
7474
<author>
7575
<name>webgpufundamentals Contributors</name>
7676
<uri>https://webgpufundamentals.org/contributors.html</uri>
7777
</author>
78-
<published>2026-03-12T04:58:27.000Z</published>
78+
<published>2026-03-12T07:24:35.000Z</published>
7979
</entry>
8080
</feed>

webgpu/lessons/webgpu-wgsl-function-reference.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,19 @@
1414
#func-toc a {
1515
text-decoration: none;
1616
}
17+
.data-table {
18+
pre {
19+
white-space: pre;
20+
}
21+
/* special cases */
22+
#builtin-atomic-compare-exchange-weak pre,
23+
#builtin-bitcast-builtin pre,
24+
#builtin-frexp-builtin pre,
25+
#builtin-modf-builtin pre {
26+
white-space: normal;
27+
}
28+
table#functions-texture-builtin-functions>thead>tr>th:nth-child(3),
29+
table#functions-texture-builtin-functions>tbody>tr>td:nth-child(3) {
30+
display: none;
31+
}
32+
}

0 commit comments

Comments
 (0)