Skip to content

Commit

Permalink
Deploying to gh-pages from @ a51ca5b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Jun 21, 2024
1 parent 4d104c2 commit fca093b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
3 changes: 0 additions & 3 deletions interfaces/GPUCommandEncoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ <h3 class="tsd-anchor-link"><span>begin<wbr/>Compute<wbr/>Pass</span><a href="#b
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
<li class="tsd-signature tsd-anchor-link" id="beginComputePass.beginComputePass-1">begin<wbr/>Compute<wbr/>Pass<span class="tsd-signature-symbol">(</span>descriptor<span class="tsd-signature-symbol">?: </span><a href="GPUComputePassDescriptor.html" class="tsd-signature-type" data-tsd-kind="Interface">GPUComputePassDescriptor</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="GPUComputePassEncoder.html" class="tsd-signature-type" data-tsd-kind="Interface">GPUComputePassEncoder</a><a href="#beginComputePass.beginComputePass-1" 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></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Begins encoding a compute pass described by <code>descriptor</code>.
descriptor:</p>
</div>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
Expand Down
13 changes: 8 additions & 5 deletions interfaces/GPUImageCopyBuffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ <h3 class="tsd-anchor-link"><span>buffer</span><a href="#buffer" aria-label="Per
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="bytesPerRow" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>bytes<wbr/>Per<wbr/>Row</span><a href="#bytesPerRow" 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">bytes<wbr/>Per<wbr/>Row<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>The stride, in bytes, between the beginning of each block row and the subsequent block row.
Required if there are multiple block rows (i.e. the copy height or depth is more than one block).</p>
<div class="tsd-comment tsd-typography"><p>The stride, in bytes, between the beginning of each texel block row and the subsequent
texel block row.
Required if there are multiple texel block rows (i.e. the copy height or depth is more
than one block).</p>
</div><aside class="tsd-sources">
<p>Inherited from <a href="GPUImageDataLayout.html">GPUImageDataLayout</a>.<a href="GPUImageDataLayout.html#bytesPerRow">bytesPerRow</a></p></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="offset" class="tsd-anchor"></a>
Expand All @@ -59,10 +61,11 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="rowsPerImage" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>rows<wbr/>Per<wbr/>Image</span><a href="#rowsPerImage" 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">rows<wbr/>Per<wbr/>Image<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>Number of block rows per single image of the texture.
<div class="tsd-comment tsd-typography"><p>Number of texel block rows per single texel image of the texture.
<a href="GPUImageDataLayout.html#rowsPerImage">rowsPerImage</a> &times;
<a href="GPUImageDataLayout.html#bytesPerRow">bytesPerRow</a> is the stride, in bytes, between the beginning of each image of data and the subsequent image.
Required if there are multiple images (i.e. the copy depth is more than one).</p>
<a href="GPUImageDataLayout.html#bytesPerRow">bytesPerRow</a> is the stride, in bytes, between the beginning of each
texel image of data and the subsequent texel image.
Required if there are multiple texel images (i.e. the copy depth is more than one).</p>
</div><aside class="tsd-sources">
<p>Inherited from <a href="GPUImageDataLayout.html">GPUImageDataLayout</a>.<a href="GPUImageDataLayout.html#rowsPerImage">rowsPerImage</a></p></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
Expand Down
13 changes: 8 additions & 5 deletions interfaces/GPUImageDataLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ <h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="bytesPerRow" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>bytes<wbr/>Per<wbr/>Row</span><a href="#bytesPerRow" 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">bytes<wbr/>Per<wbr/>Row<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>The stride, in bytes, between the beginning of each block row and the subsequent block row.
Required if there are multiple block rows (i.e. the copy height or depth is more than one block).</p>
<div class="tsd-comment tsd-typography"><p>The stride, in bytes, between the beginning of each texel block row and the subsequent
texel block row.
Required if there are multiple texel block rows (i.e. the copy height or depth is more
than one block).</p>
</div></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="offset" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>offset</span><a href="#offset" 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>
Expand All @@ -50,10 +52,11 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="rowsPerImage" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>rows<wbr/>Per<wbr/>Image</span><a href="#rowsPerImage" 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">rows<wbr/>Per<wbr/>Image<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>Number of block rows per single image of the texture.
<div class="tsd-comment tsd-typography"><p>Number of texel block rows per single texel image of the texture.
<a href="GPUImageDataLayout.html#rowsPerImage">rowsPerImage</a> &times;
<a href="GPUImageDataLayout.html#bytesPerRow">bytesPerRow</a> is the stride, in bytes, between the beginning of each image of data and the subsequent image.
Required if there are multiple images (i.e. the copy depth is more than one).</p>
<a href="GPUImageDataLayout.html#bytesPerRow">bytesPerRow</a> is the stride, in bytes, between the beginning of each
texel image of data and the subsequent texel image.
Required if there are multiple texel images (i.e. the copy depth is more than one).</p>
</div></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion types/GPUBlendFactor.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li><a href="../index.html">WebGPU API reference</a></li>
<li><a href="GPUBlendFactor.html">GPUBlendFactor</a></li></ul>
<h1>Type alias GPUBlendFactor</h1></div>
<div class="tsd-signature">GPUBlend<wbr/>Factor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;zero&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-src&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-src-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;dst&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-dst&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;dst-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-dst-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src-alpha-saturated&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;constant&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-constant&quot;</span></div></div>
<div class="tsd-signature">GPUBlend<wbr/>Factor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;zero&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-src&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-src-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;dst&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-dst&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;dst-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-dst-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src-alpha-saturated&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;constant&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-constant&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src1&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-src1&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;src1-alpha&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;one-minus-src1-alpha&quot;</span></div></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
2 changes: 1 addition & 1 deletion types/GPUFeatureName.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li><a href="../index.html">WebGPU API reference</a></li>
<li><a href="GPUFeatureName.html">GPUFeatureName</a></li></ul>
<h1>Type alias GPUFeatureName</h1></div>
<div class="tsd-signature">GPUFeature<wbr/>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;depth-clip-control&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;depth32float-stencil8&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;texture-compression-bc&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;texture-compression-etc2&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;texture-compression-astc&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;timestamp-query&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;indirect-first-instance&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;shader-f16&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;rg11b10ufloat-renderable&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bgra8unorm-storage&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;float32-filterable&quot;</span></div></div>
<div class="tsd-signature">GPUFeature<wbr/>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;depth-clip-control&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;depth32float-stencil8&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;texture-compression-bc&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;texture-compression-etc2&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;texture-compression-astc&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;timestamp-query&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;indirect-first-instance&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;shader-f16&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;rg11b10ufloat-renderable&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bgra8unorm-storage&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;float32-filterable&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;clip-distances&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;dual-source-blending&quot;</span></div></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down

0 comments on commit fca093b

Please sign in to comment.