Skip to content

Commit

Permalink
Deploying to gh-pages from @ e48c473 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Nov 5, 2024
1 parent 5443c50 commit be3f77b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

19 changes: 16 additions & 3 deletions interfaces/GPUDevice.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ <h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabI
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="GPUDevice.html#features" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>features</span></a>
<div class="tsd-index-list"><a href="GPUDevice.html#adapterInfo" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>adapter<wbr/>Info</span></a>
<a href="GPUDevice.html#features" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>features</span></a>
<a href="GPUDevice.html#label" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>label</span></a>
<a href="GPUDevice.html#limits" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>limits</span></a>
<a href="GPUDevice.html#lost" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>lost</span></a>
Expand Down Expand Up @@ -62,8 +63,16 @@ <h3 class="tsd-index-heading">Methods</h3>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="adapterInfo" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>adapter<wbr/>Info</span><a href="#adapterInfo" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">adapter<wbr/>Info<span class="tsd-signature-symbol">:</span> <a href="GPUAdapterInfo.html" class="tsd-signature-type" data-tsd-kind="Interface">GPUAdapterInfo</a></div>
<div class="tsd-comment tsd-typography"><p>Information about the physical adapter which created the device
that this GPUDevice refers to.
For a given GPUDevice, the GPUAdapterInfo values exposed are constant
over time.</p>
</div></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="features" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>features</span><a href="#features" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>features</span><a href="#features" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">features<span class="tsd-signature-symbol">:</span> <a href="../types/GPUSupportedFeatures.html" class="tsd-signature-type" data-tsd-kind="Type alias">GPUSupportedFeatures</a></div>
<div class="tsd-comment tsd-typography"><p>A set containing the <a href="../types/GPUFeatureName.html">GPUFeatureName</a> values of the features
supported by the device (i.e. the ones with which it was created).</p>
Expand Down Expand Up @@ -350,7 +359,10 @@ <h3 class="tsd-anchor-link"><span>destroy</span><a href="#destroy" aria-label="P
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Destroys the device, preventing further operations on it.
Outstanding asynchronous operations will fail.
Note: It is valid to destroy a device multiple times.</p>
Note: It is valid to destroy a device multiple times.
Note: Since no further operations can be enqueued on this device, implementations can abort
outstanding asynchronous operations immediately and free resource allocations, including
mapped memory that was just unmapped.</p>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span></h4></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="dispatchEvent" class="tsd-anchor"></a>
Expand Down Expand Up @@ -450,6 +462,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<ul>
<li class="current tsd-kind-interface"><a href="GPUDevice.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>GPUDevice</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="GPUDevice.html#adapterInfo" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>adapter<wbr/>Info</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="GPUDevice.html#features" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>features</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="GPUDevice.html#label" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>label</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="GPUDevice.html#limits" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>limits</a></li>
Expand Down
14 changes: 13 additions & 1 deletion interfaces/GPURequestAdapterOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,19 @@ <h3 class="tsd-index-heading">Properties</h3>
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="featureLevel" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>feature<wbr/>Level</span><a href="#featureLevel" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">feature<wbr/>Level<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div></section>
<div class="tsd-signature">feature<wbr/>Level<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-comment tsd-typography"><p>&quot;Feature level&quot; for the adapter request.
The allowed feature level string values are:</p>
<ul>
<li><code>&quot;core&quot;</code>
No effect.</li>
<li><code>&quot;compatibility&quot;</code>
No effect.
Note:
This value is reserved for future use as a way to opt into additional validation restrictions.
Applications should not use this value at this time.</li>
</ul>
</div></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="forceFallbackAdapter" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>force<wbr/>Fallback<wbr/>Adapter</span><a href="#forceFallbackAdapter" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">force<wbr/>Fallback<wbr/>Adapter<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
Expand Down

0 comments on commit be3f77b

Please sign in to comment.