Skip to content

Commit 0f3b38d

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@2ed308a 🚀
1 parent 31f13b7 commit 0f3b38d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/search.desc/wgpu/wgpu-desc-0-.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/search.desc/wgpu_types/wgpu_types-desc-0-.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/src/wgpu_types/lib.rs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,9 @@
667667
<a href=#667 id=667 data-nosnippet>667</a> /// Defaults to 65535. Higher is "better".
668668
<a href=#668 id=668 data-nosnippet>668</a> </span><span class="kw">pub </span>max_compute_workgroups_per_dimension: u32,
669669
<a href=#669 id=669 data-nosnippet>669</a>
670-
<a href=#670 id=670 data-nosnippet>670</a> <span class="doccomment">/// Minimal number of invocations in a subgroup. Higher is "better".
670+
<a href=#670 id=670 data-nosnippet>670</a> <span class="doccomment">/// Minimal number of invocations in a subgroup. Lower is "better".
671671
<a href=#671 id=671 data-nosnippet>671</a> </span><span class="kw">pub </span>min_subgroup_size: u32,
672-
<a href=#672 id=672 data-nosnippet>672</a> <span class="doccomment">/// Maximal number of invocations in a subgroup. Lower is "better".
672+
<a href=#672 id=672 data-nosnippet>672</a> <span class="doccomment">/// Maximal number of invocations in a subgroup. Higher is "better".
673673
<a href=#673 id=673 data-nosnippet>673</a> </span><span class="kw">pub </span>max_subgroup_size: u32,
674674
<a href=#674 id=674 data-nosnippet>674</a> <span class="doccomment">/// Amount of storage available for push constants in bytes. Defaults to 0. Higher is "better".
675675
<a href=#675 id=675 data-nosnippet>675</a> /// Requesting more than 0 during device creation requires [`Features::PUSH_CONSTANTS`] to be enabled.

doc/wgpu/struct.Limits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
Defaults to 64. Higher is “better”.</p>
132132
</div><span id="structfield.max_compute_workgroups_per_dimension" class="structfield section-header"><a href="#structfield.max_compute_workgroups_per_dimension" class="anchor field">§</a><code>max_compute_workgroups_per_dimension: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>The maximum value for each dimension of a <code>ComputePass::dispatch(x, y, z)</code> operation.
133133
Defaults to 65535. Higher is “better”.</p>
134-
</div><span id="structfield.min_subgroup_size" class="structfield section-header"><a href="#structfield.min_subgroup_size" class="anchor field">§</a><code>min_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Minimal number of invocations in a subgroup. Higher is “better”.</p>
135-
</div><span id="structfield.max_subgroup_size" class="structfield section-header"><a href="#structfield.max_subgroup_size" class="anchor field">§</a><code>max_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Maximal number of invocations in a subgroup. Lower is “better”.</p>
134+
</div><span id="structfield.min_subgroup_size" class="structfield section-header"><a href="#structfield.min_subgroup_size" class="anchor field">§</a><code>min_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Minimal number of invocations in a subgroup. Lower is “better”.</p>
135+
</div><span id="structfield.max_subgroup_size" class="structfield section-header"><a href="#structfield.max_subgroup_size" class="anchor field">§</a><code>max_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Maximal number of invocations in a subgroup. Higher is “better”.</p>
136136
</div><span id="structfield.max_push_constant_size" class="structfield section-header"><a href="#structfield.max_push_constant_size" class="anchor field">§</a><code>max_push_constant_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Amount of storage available for push constants in bytes. Defaults to 0. Higher is “better”.
137137
Requesting more than 0 during device creation requires <a href="struct.Features.html#associatedconstant.PUSH_CONSTANTS" title="associated constant wgpu::Features::PUSH_CONSTANTS"><code>Features::PUSH_CONSTANTS</code></a> to be enabled.</p>
138138
<p>Expect the size to be:</p>

doc/wgpu_types/struct.Limits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
Defaults to 64. Higher is “better”.</p>
132132
</div><span id="structfield.max_compute_workgroups_per_dimension" class="structfield section-header"><a href="#structfield.max_compute_workgroups_per_dimension" class="anchor field">§</a><code>max_compute_workgroups_per_dimension: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>The maximum value for each dimension of a <code>ComputePass::dispatch(x, y, z)</code> operation.
133133
Defaults to 65535. Higher is “better”.</p>
134-
</div><span id="structfield.min_subgroup_size" class="structfield section-header"><a href="#structfield.min_subgroup_size" class="anchor field">§</a><code>min_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Minimal number of invocations in a subgroup. Higher is “better”.</p>
135-
</div><span id="structfield.max_subgroup_size" class="structfield section-header"><a href="#structfield.max_subgroup_size" class="anchor field">§</a><code>max_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Maximal number of invocations in a subgroup. Lower is “better”.</p>
134+
</div><span id="structfield.min_subgroup_size" class="structfield section-header"><a href="#structfield.min_subgroup_size" class="anchor field">§</a><code>min_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Minimal number of invocations in a subgroup. Lower is “better”.</p>
135+
</div><span id="structfield.max_subgroup_size" class="structfield section-header"><a href="#structfield.max_subgroup_size" class="anchor field">§</a><code>max_subgroup_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Maximal number of invocations in a subgroup. Higher is “better”.</p>
136136
</div><span id="structfield.max_push_constant_size" class="structfield section-header"><a href="#structfield.max_push_constant_size" class="anchor field">§</a><code>max_push_constant_size: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>Amount of storage available for push constants in bytes. Defaults to 0. Higher is “better”.
137137
Requesting more than 0 during device creation requires <a href="struct.Features.html#associatedconstant.PUSH_CONSTANTS" title="associated constant wgpu_types::Features::PUSH_CONSTANTS"><code>Features::PUSH_CONSTANTS</code></a> to be enabled.</p>
138138
<p>Expect the size to be:</p>

0 commit comments

Comments
 (0)