Skip to content

Commit 719c518

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@c4a8f03 🚀
1 parent 625651f commit 719c518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/wgpu_types/lib.rs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9541,11 +9541,11 @@
95419541
</span><span class="kw">const </span>FILTERABLE = <span class="number">1 </span>&lt;&lt; <span class="number">0</span>;
95429542
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `2`.
95439543
</span><span class="kw">const </span>MULTISAMPLE_X2 = <span class="number">1 </span>&lt;&lt; <span class="number">1</span>;
9544-
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `4`.
9544+
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `4`.
95459545
</span><span class="kw">const </span>MULTISAMPLE_X4 = <span class="number">1 </span>&lt;&lt; <span class="number">2 </span>;
9546-
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `8`.
9546+
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `8`.
95479547
</span><span class="kw">const </span>MULTISAMPLE_X8 = <span class="number">1 </span>&lt;&lt; <span class="number">3 </span>;
9548-
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `16`.
9548+
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `16`.
95499549
</span><span class="kw">const </span>MULTISAMPLE_X16 = <span class="number">1 </span>&lt;&lt; <span class="number">4</span>;
95509550
<span class="doccomment">/// Allows a texture of this format to back a view passed as `resolve_target`
95519551
/// to a render pass for an automatic driver-implemented resolve.

0 commit comments

Comments
 (0)