Skip to content

Commit 2f3c6aa

Browse files
author
curation-bot
committed
Publish curated data from 0b9cff4
Curated data generated from raw data at 0b9cff4
1 parent 067b69f commit 2f3c6aa

9 files changed

Lines changed: 131 additions & 87 deletions

File tree

ed/algorithms/webmcp.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"html": "<p>Let <var>tool map</var> be <var>modelContext</var>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#modelcontext-internal-context\" id=\"ref-for-modelcontext-internal-context\">internal context</a>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#model-context-tool-map\" id=\"ref-for-model-context-tool-map①\">tool map</a>.</p>"
7070
},
7171
{
72-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert②\">Assert</a> <var>tool map</var>[<var>tool name</var>] <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists\">exists</a>.</p>"
72+
"html": "<p>If <var>tool map</var>[<var>tool name</var>] does not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists\">exist</a>, then return.</p>"
7373
},
7474
{
7575
"html": "<p>Let <var>exposed origins</var> be <var>tool map</var>[<var>tool name</var>]'s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-exposed-origins\" id=\"ref-for-tool-definition-exposed-origins\">exposed origins</a>.</p>"
@@ -147,6 +147,9 @@
147147
{
148148
"html": "<p>Let <var>untrusted content hint</var> be true if <var>tool</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webmcp/#dom-modelcontexttool-annotations\" id=\"ref-for-dom-modelcontexttool-annotations①\">annotations</a></code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists④\">exists</a> and\n its <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webmcp/#dom-toolannotations-untrustedcontenthint\" id=\"ref-for-dom-toolannotations-untrustedcontenthint\">untrustedContentHint</a></code> is true. Otherwise, let it be false.</p>"
149149
},
150+
{
151+
"html": "<p>Let <var>promise</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-new-promise\" id=\"ref-for-a-new-promise\">a new promise</a> created in <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm\" id=\"ref-for-concept-relevant-realm①\">relevant realm</a>.</p>"
152+
},
150153
{
151154
"html": "<p>Let <var>signal</var> be <var>options</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webmcp/#dom-modelcontextregistertooloptions-signal\" id=\"ref-for-dom-modelcontextregistertooloptions-signal\">signal</a></code>.</p>"
152155
},
@@ -155,10 +158,19 @@
155158
"rationale": "if",
156159
"steps": [
157160
{
158-
"html": "<p>If <var>signal</var> is <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#abortsignal-aborted\" id=\"ref-for-abortsignal-aborted\">aborted</a>, then optionally <a data-link-type=\"dfn\" href=\"https://console.spec.whatwg.org/#report-a-warning-to-the-console\" id=\"ref-for-report-a-warning-to-the-console\">report a warning to the console</a>\n indicating that the tool was not registered because the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#abortsignal\" id=\"ref-for-abortsignal\">AbortSignal</a></code> was already\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#abortsignal-aborted\" id=\"ref-for-abortsignal-aborted①\">aborted</a>, and return.</p>"
161+
"html": "<p>If <var>signal</var> is <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#abortsignal-aborted\" id=\"ref-for-abortsignal-aborted\">aborted</a>, then return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\" id=\"ref-for-a-promise-rejected-with⑦\">a promise rejected with</a>\n <var>signal</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#abortsignal-abort-reason\" id=\"ref-for-abortsignal-abort-reason\">abort reason</a>.</p>"
159162
},
160163
{
161-
"html": "<p><a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#abortsignal-add\" id=\"ref-for-abortsignal-add\">Add an abort algorithm</a> to <var>signal</var> that <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#model-context-unregister-a-tool\" id=\"ref-for-model-context-unregister-a-tool\">unregisters a tool</a> given <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③\">this</a> and <var>tool name</var>.</p>"
164+
"html": "<a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#abortsignal-add\" id=\"ref-for-abortsignal-add\">Add the following abort steps</a> to <var>signal</var>:",
165+
"rationale": "reject",
166+
"steps": [
167+
{
168+
"html": "<p><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#model-context-unregister-a-tool\" id=\"ref-for-model-context-unregister-a-tool\">Unregister a tool</a> given <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this④\">this</a> and <var>tool name</var>.</p>"
169+
},
170+
{
171+
"html": "<p><a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject\">Reject</a> <var>promise</var> with <var>signal</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#abortsignal-abort-reason\" id=\"ref-for-abortsignal-abort-reason①\">abort reason</a>.</p>"
172+
}
173+
]
162174
}
163175
]
164176
},
@@ -177,7 +189,7 @@
177189
"html": "<p>Let <var>parsedURL</var> be the result of running the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-parser\" id=\"ref-for-concept-url-parser\">URL parser</a> on <var>origin</var>.</p>"
178190
},
179191
{
180-
"html": "<p>If <var>parsedURL</var> is failure or its <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin\">origin</a> is not <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy\" id=\"ref-for-is-origin-trustworthy\">potentially trustworthy</a>, then return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\" id=\"ref-for-a-promise-rejected-with\">a promise rejected with</a> a\n \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#securityerror\" id=\"ref-for-securityerror①\">SecurityError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑥\">DOMException</a></code>.</p>"
192+
"html": "<p>If <var>parsedURL</var> is failure or its <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin\">origin</a> is not <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy\" id=\"ref-for-is-origin-trustworthy\">potentially trustworthy</a>, then return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\" id=\"ref-for-a-promise-rejected-with\">a promise rejected with</a> a\n \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#securityerror\" id=\"ref-for-securityerror①\">SecurityError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑥\">DOMException</a></code>.</p>"
181193
},
182194
{
183195
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append\">Append</a> <var>parsedURL</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin①\">origin</a> to <var>exposed origins</var>.</p>"
@@ -190,10 +202,7 @@
190202
"html": "<p>Let <var>tool definition</var> be a new <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition\" id=\"ref-for-tool-definition①\">tool definition</a>, with the following <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#struct-item\" id=\"ref-for-struct-item②\">items</a>:</p>\n <dl>\n <dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-name\" id=\"ref-for-tool-definition-name①\">name</a>\n </dt><dd data-md=\"\">\n <p><var>tool name</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-title\" id=\"ref-for-tool-definition-title\">title</a>\n </dt><dd data-md=\"\">\n <p><var>tool title</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-description\" id=\"ref-for-tool-definition-description\">description</a>\n </dt><dd data-md=\"\">\n <p><var>tool</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webmcp/#dom-modelcontexttool-description\" id=\"ref-for-dom-modelcontexttool-description②\">description</a></code></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-input-schema\" id=\"ref-for-tool-definition-input-schema\">input schema</a>\n </dt><dd data-md=\"\">\n <p><var>stringified input schema</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-execute-steps\" id=\"ref-for-tool-definition-execute-steps\">execute steps</a>\n </dt><dd data-md=\"\">\n <p>steps that invoke <var>tool</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webmachinelearning.github.io/webmcp/#dom-modelcontexttool-execute\" id=\"ref-for-dom-modelcontexttool-execute\">execute</a></code></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-read-only-hint\" id=\"ref-for-tool-definition-read-only-hint\">read-only hint</a>\n </dt><dd data-md=\"\">\n <p><var>read-only hint</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-untrusted-content-hint\" id=\"ref-for-tool-definition-untrusted-content-hint\">untrusted content hint</a>\n </dt><dd data-md=\"\">\n <p><var>untrusted content hint</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#tool-definition-exposed-origins\" id=\"ref-for-tool-definition-exposed-origins①\">exposed origins</a>\n </dt><dd data-md=\"\">\n <p><var>exposed origins</var></p>\n </dd></dl>"
191203
},
192204
{
193-
"html": "<p>Set <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this④\">this</a>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#modelcontext-internal-context\" id=\"ref-for-modelcontext-internal-context②\">internal context</a>[<var>tool name</var>] to <var>tool definition</var>.</p>"
194-
},
195-
{
196-
"html": "<p>Let <var>promise</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-new-promise\" id=\"ref-for-a-new-promise\">a new promise</a> created in <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑤\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm\" id=\"ref-for-concept-relevant-realm①\">relevant realm</a>.</p>"
205+
"html": "<p>Set <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑤\">this</a>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#modelcontext-internal-context\" id=\"ref-for-modelcontext-internal-context②\">internal context</a>[<var>tool name</var>] to <var>tool definition</var>.</p>"
197206
},
198207
{
199208
"html": "Run the following steps <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel③\">in parallel</a>:",
@@ -230,10 +239,10 @@
230239
"rationale": ".algorithm",
231240
"steps": [
232241
{
233-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: This algorithm is running in the <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#browsers-agent\" id=\"ref-for-browsers-agent⑦\">browser agent</a>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#ai-agent-queue\" id=\"ref-for-ai-agent-queue\">AI agent queue</a>.</p>"
242+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: This algorithm is running in the <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#browsers-agent\" id=\"ref-for-browsers-agent⑦\">browser agent</a>’s <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#ai-agent-queue\" id=\"ref-for-ai-agent-queue\">AI agent queue</a>.</p>"
234243
},
235244
{
236-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>traversable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document①\">active document</a> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active\" id=\"ref-for-fully-active①\">fully active</a>.</p>"
245+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>traversable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document①\">active document</a> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active\" id=\"ref-for-fully-active①\">fully active</a>.</p>"
237246
},
238247
{
239248
"html": "<p>Let <var>observation</var> be a new <a data-link-type=\"dfn\" href=\"https://webmachinelearning.github.io/webmcp/#observation\" id=\"ref-for-observation②\">observation</a>.</p>"

ed/dfns/WGSL.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,26 @@
26782678
"definedIn": "prose",
26792679
"links": []
26802680
},
2681+
{
2682+
"id": "opaque",
2683+
"href": "https://gpuweb.github.io/gpuweb/wgsl/#opaque",
2684+
"linkingText": [
2685+
"opaque"
2686+
],
2687+
"localLinkingText": [],
2688+
"type": "dfn",
2689+
"for": [],
2690+
"access": "private",
2691+
"informative": false,
2692+
"heading": {
2693+
"id": "types",
2694+
"href": "https://gpuweb.github.io/gpuweb/wgsl/#types",
2695+
"title": "Types",
2696+
"number": "6"
2697+
},
2698+
"definedIn": "prose",
2699+
"links": []
2700+
},
26812701
{
26822702
"id": "type-generator",
26832703
"href": "https://gpuweb.github.io/gpuweb/wgsl/#type-generator",

ed/headings/connection-allowlists.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,20 @@
171171
"title": "WebRTC",
172172
"number": "5.6"
173173
},
174+
{
175+
"id": "impl",
176+
"href": "https://wicg.github.io/connection-allowlists/#impl",
177+
"level": 2,
178+
"title": "Implementation Considerations",
179+
"number": "6"
180+
},
181+
{
182+
"id": "impl-websocket",
183+
"href": "https://wicg.github.io/connection-allowlists/#impl-websocket",
184+
"level": 3,
185+
"title": "WebSockets",
186+
"number": "6.1"
187+
},
174188
{
175189
"id": "w3c-conformance",
176190
"href": "https://wicg.github.io/connection-allowlists/#w3c-conformance",

ed/ids/WGSL.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@
874874
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-extension-f16%E2%91%A1",
875875
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-abstractint%E2%91%A0",
876876
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-abstractfloat%E2%91%A0",
877+
"https://gpuweb.github.io/gpuweb/wgsl/#opaque",
877878
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-predeclared%E2%91%A1",
878879
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-declaration%E2%91%A8",
879880
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-template-parameterization",
@@ -1447,6 +1448,7 @@
14471448
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-variable%E2%91%A4",
14481449
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A3%E2%91%A7",
14491450
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storable%E2%91%A0",
1451+
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-opaque",
14501452
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture-resource",
14511453
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-sampler-resource",
14521454
"https://gpuweb.github.io/gpuweb/wgsl/#storable",
@@ -1477,6 +1479,7 @@
14771479
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A2",
14781480
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-runtime-sized%E2%91%A3",
14791481
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-structure%E2%91%A8",
1482+
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-opaque%E2%91%A0",
14801483
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storage-buffer%E2%91%A3",
14811484
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-buffer%E2%91%A1",
14821485
"https://gpuweb.github.io/gpuweb/wgsl/#ref-ptr-types",
@@ -1672,13 +1675,15 @@
16721675
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-mip-level%E2%91%A1",
16731676
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture-sample-count",
16741677
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture-resource%E2%91%A0",
1678+
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-opaque%E2%91%A1",
16751679
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-store-type%E2%91%A0%E2%91%A0",
16761680
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-address-spaces-handle",
16771681
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A4%E2%91%A5",
16781682
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A6",
16791683
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-type-storage-texture%E2%91%A1",
16801684
"https://gpuweb.github.io/gpuweb/wgsl/#texture-types",
16811685
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-sampler%E2%91%A0",
1686+
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-opaque%E2%91%A2",
16821687
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texel",
16831688
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-type-sampled-texture%E2%91%A0",
16841689
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-type-depth-texture%E2%91%A0",
@@ -1825,6 +1830,7 @@
18251830
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-sampled-type%E2%91%A3",
18261831
"https://gpuweb.github.io/gpuweb/wgsl/#external-texture-type",
18271832
"https://gpuweb.github.io/gpuweb/wgsl/#type-external-texture",
1833+
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-opaque%E2%91%A3",
18281834
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-type-sampled-texture%E2%91%A1",
18291835
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture-dimensionality%E2%91%A2",
18301836
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture-arrayed%E2%91%A3",
@@ -2220,6 +2226,7 @@
22202226
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-effective-value-type%E2%91%A7",
22212227
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture-types%E2%91%A3",
22222228
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-module-scope%E2%91%A1%E2%91%A2",
2229+
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-opaque%E2%91%A4",
22232230
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texel%E2%91%A1",
22242231
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture%E2%91%A1",
22252232
"https://gpuweb.github.io/gpuweb/wgsl/#ref-for-address-spaces-handle%E2%91%A1",

0 commit comments

Comments
 (0)