Skip to content

Commit

Permalink
Merge #1493
Browse files Browse the repository at this point in the history
1493: Update default storage limits r=kvark a=kvark

**Connections**
Matches gpuweb/gpuweb#1802

**Description**

**Testing**
Untested


Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
  • Loading branch information
bors[bot] and kvark authored Jun 14, 2021
2 parents a92b854 + 78d21be commit 1920606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ impl Default for Limits {
max_dynamic_storage_buffers_per_pipeline_layout: 4,
max_sampled_textures_per_shader_stage: 16,
max_samplers_per_shader_stage: 16,
max_storage_buffers_per_shader_stage: 4,
max_storage_textures_per_shader_stage: 4,
max_storage_buffers_per_shader_stage: 8,
max_storage_textures_per_shader_stage: 8,
max_uniform_buffers_per_shader_stage: 12,
max_uniform_buffer_binding_size: 16384,
max_storage_buffer_binding_size: 128 << 20,
Expand Down

0 comments on commit 1920606

Please sign in to comment.