Skip to content

Commit 0146c55

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@89a8867 🚀
1 parent 1ade266 commit 0146c55

File tree

539 files changed

+3687
-3669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

539 files changed

+3687
-3669
lines changed

doc/src/wgpu_types/lib.rs.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7855,6 +7855,10 @@
78557855
<a href="#7854" id="7854">7854</a>
78567856
<a href="#7855" id="7855">7855</a>
78577857
<a href="#7856" id="7856">7856</a>
7858+
<a href="#7857" id="7857">7857</a>
7859+
<a href="#7858" id="7858">7858</a>
7860+
<a href="#7859" id="7859">7859</a>
7861+
<a href="#7860" id="7860">7860</a>
78587862
</pre></div><pre class="rust"><code><span class="doccomment">//! This library describes the API surface of WebGPU that is agnostic of the backend.
78597863
//! This API is used for targeting both Web and Native.
78607864

@@ -8485,6 +8489,10 @@
84858489
</span><span class="kw">const </span>UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING = <span class="number">1 </span>&lt;&lt; <span class="number">31</span>;
84868490
<span class="doccomment">/// Allows the user to create bind groups containing arrays with less bindings than the BindGroupLayout.
84878491
///
8492+
/// Supported platforms:
8493+
/// - Vulkan
8494+
/// - DX12
8495+
///
84888496
/// This is a native only feature.
84898497
</span><span class="kw">const </span>PARTIALLY_BOUND_BINDING_ARRAY = <span class="number">1 </span>&lt;&lt; <span class="number">32</span>;
84908498
<span class="doccomment">/// Allows the user to call [`RenderPass::multi_draw_indirect`] and [`RenderPass::multi_draw_indexed_indirect`].

doc/type.impl/wgpu/enum.MaintainBase.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.

0 commit comments

Comments
 (0)