File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9541
9541
</span><span class="kw">const </span>FILTERABLE = <span class="number">1 </span><< <span class="number">0</span>;
9542
9542
<span class="doccomment">/// Allows [`TextureDescriptor::sample_count`] to be `2`.
9543
9543
</span><span class="kw">const </span>MULTISAMPLE_X2 = <span class="number">1 </span><< <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`.
9545
9545
</span><span class="kw">const </span>MULTISAMPLE_X4 = <span class="number">1 </span><< <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`.
9547
9547
</span><span class="kw">const </span>MULTISAMPLE_X8 = <span class="number">1 </span><< <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`.
9549
9549
</span><span class="kw">const </span>MULTISAMPLE_X16 = <span class="number">1 </span><< <span class="number">4</span>;
9550
9550
<span class="doccomment">/// Allows a texture of this format to back a view passed as `resolve_target`
9551
9551
/// to a render pass for an automatic driver-implemented resolve.
You can’t perform that action at this time.
0 commit comments