Skip to content

Commit e6fc96f

Browse files
committed
Deploying to master from @ f68a095ecb7b972534d2ee0085b056120b3798dd 🚀
1 parent 1abe6b2 commit e6fc96f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

‎doc/search-index.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_hal/gles/adapter.rs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,7 @@
891891
<span id="891">891</span>
892892
<span id="892">892</span>
893893
<span id="893">893</span>
894+
<span id="894">894</span>
894895
</pre><pre class="rust"><code><span class="kw">use </span>glow::HasContext;
895896
<span class="kw">use </span>std::sync::Arc;
896897
<span class="kw">use </span>wgt::AstcChannel;
@@ -1336,6 +1337,7 @@
13361337
max_texture_dimension_3d: max_texture_3d_size,
13371338
max_texture_array_layers: gl.get_parameter_i32(glow::MAX_ARRAY_TEXTURE_LAYERS) <span class="kw">as </span>u32,
13381339
max_bind_groups: <span class="kw">crate</span>::MAX_BIND_GROUPS <span class="kw">as </span>u32,
1340+
max_bindings_per_bind_group: <span class="number">65535</span>,
13391341
max_dynamic_uniform_buffers_per_pipeline_layout: max_uniform_buffers_per_shader_stage,
13401342
max_dynamic_storage_buffers_per_pipeline_layout: max_storage_buffers_per_shader_stage,
13411343
max_sampled_textures_per_shader_stage: <span class="kw">super</span>::MAX_TEXTURE_SLOTS <span class="kw">as </span>u32,

‎doc/src/wgpu_hal/vulkan/adapter.rs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,7 @@
15901590
<span id="1590">1590</span>
15911591
<span id="1591">1591</span>
15921592
<span id="1592">1592</span>
1593+
<span id="1593">1593</span>
15931594
</pre><pre class="rust"><code><span class="kw">use </span><span class="kw">super</span>::conv;
15941595

15951596
<span class="kw">use </span>ash::{extensions::khr, vk};
@@ -2285,6 +2286,7 @@
22852286
max_bind_groups: limits
22862287
.max_bound_descriptor_sets
22872288
.min(<span class="kw">crate</span>::MAX_BIND_GROUPS <span class="kw">as </span>u32),
2289+
max_bindings_per_bind_group: <span class="number">640</span>,
22882290
max_dynamic_uniform_buffers_per_pipeline_layout: limits
22892291
.max_descriptor_set_uniform_buffers_dynamic,
22902292
max_dynamic_storage_buffers_per_pipeline_layout: limits

0 commit comments

Comments
 (0)