Skip to content

Commit d7c0dda

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 20.0.1.
1 parent 9e12dd1 commit d7c0dda

File tree

7 files changed

+195
-47
lines changed

7 files changed

+195
-47
lines changed

tr/algorithms/webgpu.json

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

tr/dfns/WGSL.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,6 +2322,28 @@
23222322
"definedIn": "table",
23232323
"links": []
23242324
},
2325+
{
2326+
"id": "language_extension-uniform_buffer_standard_layout",
2327+
"href": "https://www.w3.org/TR/WGSL/#language_extension-uniform_buffer_standard_layout",
2328+
"linkingText": [
2329+
"uniform_buffer_standard_layout"
2330+
],
2331+
"localLinkingText": [],
2332+
"type": "dfn",
2333+
"for": [
2334+
"language_extension"
2335+
],
2336+
"access": "private",
2337+
"informative": false,
2338+
"heading": {
2339+
"id": "language-extensions-sec",
2340+
"href": "https://www.w3.org/TR/WGSL/#language-extensions-sec",
2341+
"title": "Language Extensions",
2342+
"number": "4.1.2"
2343+
},
2344+
"definedIn": "table",
2345+
"links": []
2346+
},
23252347
{
23262348
"id": "global-diagnostic-filter",
23272349
"href": "https://www.w3.org/TR/WGSL/#global-diagnostic-filter",

tr/dfns/webgpu.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18717,6 +18717,28 @@
1871718717
"definedIn": "dt",
1871818718
"links": []
1871918719
},
18720+
{
18721+
"id": "dom-gpucommandbuffer-used_bind_groups-slot",
18722+
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandbuffer-used_bind_groups-slot",
18723+
"linkingText": [
18724+
"[[used_bind_groups]]"
18725+
],
18726+
"localLinkingText": [],
18727+
"type": "attribute",
18728+
"for": [
18729+
"GPUCommandBuffer"
18730+
],
18731+
"access": "public",
18732+
"informative": false,
18733+
"heading": {
18734+
"id": "gpucommandbuffer",
18735+
"href": "https://www.w3.org/TR/webgpu/#gpucommandbuffer",
18736+
"title": "GPUCommandBuffer",
18737+
"number": "12.1"
18738+
},
18739+
"definedIn": "dt",
18740+
"links": []
18741+
},
1872018742
{
1872118743
"id": "dictdef-gpucommandbufferdescriptor",
1872218744
"href": "https://www.w3.org/TR/webgpu/#dictdef-gpucommandbufferdescriptor",
@@ -18801,6 +18823,28 @@
1880118823
"definedIn": "dt",
1880218824
"links": []
1880318825
},
18826+
{
18827+
"id": "dom-gpucommandsmixin-used_bind_groups-slot",
18828+
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandsmixin-used_bind_groups-slot",
18829+
"linkingText": [
18830+
"[[used_bind_groups]]"
18831+
],
18832+
"localLinkingText": [],
18833+
"type": "attribute",
18834+
"for": [
18835+
"GPUCommandsMixin"
18836+
],
18837+
"access": "public",
18838+
"informative": false,
18839+
"heading": {
18840+
"id": "gpucommandsmixin",
18841+
"href": "https://www.w3.org/TR/webgpu/#gpucommandsmixin",
18842+
"title": "GPUCommandsMixin",
18843+
"number": "13.1"
18844+
},
18845+
"definedIn": "dt",
18846+
"links": []
18847+
},
1880418848
{
1880518849
"id": "encoder-state",
1880618850
"href": "https://www.w3.org/TR/webgpu/#encoder-state",
@@ -23758,6 +23802,28 @@
2375823802
"definedIn": "dt",
2375923803
"links": []
2376023804
},
23805+
{
23806+
"id": "dom-gpurenderbundle-used_bind_groups-slot",
23807+
"href": "https://www.w3.org/TR/webgpu/#dom-gpurenderbundle-used_bind_groups-slot",
23808+
"linkingText": [
23809+
"[[used_bind_groups]]"
23810+
],
23811+
"localLinkingText": [],
23812+
"type": "attribute",
23813+
"for": [
23814+
"GPURenderBundle"
23815+
],
23816+
"access": "public",
23817+
"informative": false,
23818+
"heading": {
23819+
"id": "gpurenderbundle",
23820+
"href": "https://www.w3.org/TR/webgpu/#gpurenderbundle",
23821+
"title": "GPURenderBundle",
23822+
"number": "18.1"
23823+
},
23824+
"definedIn": "dt",
23825+
"links": []
23826+
},
2376123827
{
2376223828
"id": "dom-gpurenderbundle-usage-scope-slot",
2376323829
"href": "https://www.w3.org/TR/webgpu/#dom-gpurenderbundle-usage-scope-slot",

tr/ids/WGSL.json

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@
542542
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-packed_4x8_integer_dot_product",
543543
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-unrestricted_pointer_parameters",
544544
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-pointer_composite_access",
545+
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-uniform_buffer_standard_layout",
545546
"https://www.w3.org/TR/WGSL/#interpolation-type-names",
546547
"https://www.w3.org/TR/WGSL/#interpolation-type-name-token",
547548
"https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A7",
@@ -738,6 +739,8 @@
738739
"https://www.w3.org/TR/WGSL/#ref-for-root-identifier%E2%91%A0",
739740
"https://www.w3.org/TR/WGSL/#ref-for-let-declaration",
740741
"https://www.w3.org/TR/WGSL/#language_extension-pointer_composite_access",
742+
"https://www.w3.org/TR/WGSL/#language_extension-uniform_buffer_standard_layout",
743+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform",
741744
"https://www.w3.org/TR/WGSL/#ref-for-requires-directive%E2%91%A2",
742745
"https://www.w3.org/TR/WGSL/#global-diagnostic-directive",
743746
"https://www.w3.org/TR/WGSL/#global-diagnostic-filter",
@@ -1294,7 +1297,7 @@
12941297
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A2",
12951298
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A2",
12961299
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A7",
1297-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform",
1300+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0",
12981301
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0",
12991302
"https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A0",
13001303
"https://www.w3.org/TR/WGSL/#ref-for-texel-format-rgba8unorm%E2%91%A0",
@@ -1882,7 +1885,7 @@
18821885
"https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A0",
18831886
"https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A0%E2%93%AA",
18841887
"https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A8",
1885-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0",
1888+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A1",
18861889
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A3",
18871890
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A7",
18881891
"https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A5",
@@ -2049,7 +2052,7 @@
20492052
"https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A8",
20502053
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A7",
20512054
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A4",
2052-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A1",
2055+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A2",
20532056
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A0",
20542057
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A0",
20552058
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A0",
@@ -2060,7 +2063,7 @@
20602063
"https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A7",
20612064
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A5",
20622065
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%93%AA",
2063-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A2",
2066+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A3",
20642067
"https://www.w3.org/TR/WGSL/#uniform-buffer",
20652068
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%91%A3",
20662069
"https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A2",
@@ -3471,7 +3474,7 @@
34713474
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A6",
34723475
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A4",
34733476
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A3",
3474-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A3",
3477+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A4",
34753478
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A7",
34763479
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof",
34773480
"https://www.w3.org/TR/WGSL/#ref-for-nesting-depth%E2%91%A0",
@@ -4251,11 +4254,11 @@
42514254
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A7",
42524255
"https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A5",
42534256
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8",
4254-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A4",
4255-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A0",
42564257
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A5",
4257-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A1",
4258+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A0",
42584259
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A6",
4260+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A1",
4261+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A7",
42594262
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A2",
42604263
"https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A6",
42614264
"https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A7",
@@ -4389,18 +4392,20 @@
43894392
"https://www.w3.org/TR/WGSL/#ref-for-offsetofmember%E2%91%A4",
43904393
"https://www.w3.org/TR/WGSL/#address-space-layout-constraints",
43914394
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A3",
4392-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A7",
4393-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A7",
43944395
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A8",
4396+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A7",
4397+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%93%AA",
43954398
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A4",
43964399
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2",
43974400
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3",
43984401
"https://www.w3.org/TR/WGSL/#requiredalignof",
43994402
"https://www.w3.org/TR/WGSL/#ref-for-alignment%E2%91%A0",
44004403
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A0",
4401-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%93%AA",
4402-
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A1",
44034404
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A0",
4405+
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-uniform_buffer_standard_layout%E2%91%A0",
4406+
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A1",
4407+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A1",
4408+
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-uniform_buffer_standard_layout%E2%91%A1",
44044409
"https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A7",
44054410
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A6",
44064411
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%91%A1",
@@ -4421,7 +4426,9 @@
44214426
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A0",
44224427
"https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A7",
44234428
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A1",
4429+
"https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A2",
44244430
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A2",
4431+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A2",
44254432
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%91%A3",
44264433
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A3",
44274434
"https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A8",
@@ -4437,7 +4444,8 @@
44374444
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A5",
44384445
"https://www.w3.org/TR/WGSL/#ref-for-strideof%E2%91%A6",
44394446
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A6",
4440-
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A1",
4447+
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-uniform_buffer_standard_layout%E2%91%A2",
4448+
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A3",
44414449
"https://www.w3.org/TR/WGSL/#ref-for-strideof%E2%91%A7",
44424450
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6",
44434451
"https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A0%E2%93%AA",
@@ -5507,12 +5515,12 @@
55075515
"https://www.w3.org/TR/WGSL/#array-builtin",
55085516
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%91%A1",
55095517
"https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%91%A6",
5510-
"https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A2",
5518+
"https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A3",
55115519
"https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%91%A7",
55125520
"https://www.w3.org/TR/WGSL/#ref-for-element-count%E2%91%A6",
55135521
"https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A0%E2%91%A6",
55145522
"https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%91%A8",
5515-
"https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A3",
5523+
"https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A4",
55165524
"https://www.w3.org/TR/WGSL/#bool-builtin",
55175525
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A5",
55185526
"https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A8",

0 commit comments

Comments
 (0)