Skip to content

Commit 0272994

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.7.1.
1 parent d271f8c commit 0272994

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

tr/idl/webgpu.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ interface mixin GPUBindingCommandsMixin {
10011001
optional sequence<GPUBufferDynamicOffset> dynamicOffsets = []);
10021002

10031003
undefined setBindGroup(GPUIndex32 index, GPUBindGroup? bindGroup,
1004-
Uint32Array dynamicOffsetsData,
1004+
[AllowShared] Uint32Array dynamicOffsetsData,
10051005
GPUSize64 dynamicOffsetsDataStart,
10061006
GPUSize32 dynamicOffsetsDataLength);
10071007
};

tr/ids/webgpu.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6859,6 +6859,7 @@
68596859
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-index",
68606860
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A1%E2%91%A6",
68616861
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-bindgroup",
6862+
"https://www.w3.org/TR/webgpu/#ref-for-AllowShared",
68626863
"https://www.w3.org/TR/webgpu/#ref-for-idl-Uint32Array",
68636864
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdata",
68646865
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A0",
@@ -10894,6 +10895,7 @@
1089410895
"https://www.w3.org/TR/webgpu/#fb9ecdfa",
1089510896
"https://www.w3.org/TR/webgpu/#3a7d33f4",
1089610897
"https://www.w3.org/TR/webgpu/#d25dfb2c",
10898+
"https://www.w3.org/TR/webgpu/#b1e3ba8e",
1089710899
"https://www.w3.org/TR/webgpu/#5e4b6157",
1089810900
"https://www.w3.org/TR/webgpu/#2f8afbfe",
1089910901
"https://www.w3.org/TR/webgpu/#f89c7d0d",

tr/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-05-27T01:52:50.040Z",
4+
"date": "2025-05-28T01:36:24.509Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -750,7 +750,7 @@
750750
"https://aomediacodec.github.io/av1-spec/"
751751
],
752752
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
753-
"date": "27 May 2025",
753+
"date": "28 May 2025",
754754
"links": "links/av1-spec.json",
755755
"cddl": []
756756
},
@@ -22496,11 +22496,11 @@
2249622496
],
2249722497
"crawled": "https://www.w3.org/TR/webgpu/",
2249822498
"crawlCacheInfo": {
22499-
"lastModified": "Thu, 22 May 2025 20:17:52 GMT"
22499+
"lastModified": "Tue, 27 May 2025 23:08:15 GMT"
2250022500
},
2250122501
"generator": "bikeshed",
22502-
"date": "22 May 2025",
22503-
"revision": "137f7e38c7f79d2bc5e0bf8c7053c58055170c93",
22502+
"date": "27 May 2025",
22503+
"revision": "bd0685e0b6374f21678194baca967ff53d426e3e",
2250422504
"algorithms": "algorithms/webgpu.json",
2250522505
"links": "links/webgpu.json",
2250622506
"refs": "refs/webgpu.json",

tr/links/webgpu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@
347347
"domexception-message",
348348
"NewObject",
349349
"AllowSharedBufferSource",
350+
"AllowShared",
350351
"idl-Uint32Array",
351352
"dfn-get-buffer-source-copy",
352353
"idl-DataView",

0 commit comments

Comments
 (0)