Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update max_bindings_per_bind_group default to 1000 #3943

Merged

Conversation

ErichDonGubler
Copy link
Member

@ErichDonGubler ErichDonGubler commented Jul 19, 2023

Checklist

  • Run cargo clippy.
  • Run cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Connections
Link to the issues addressed by this PR, or dependent PRs in other repositories

Description
Describe what problem this is solving, and how it's solved.

Both default Limits and the Vulkan backend use 640 as a hard-coded limit value, but the spec. was updated to use 1000 instead.

Testing
Explain how this change is tested.

  • TODO: Link to Firefox CI builds and tests consuming this change.

@ErichDonGubler ErichDonGubler force-pushed the max_bindings_per_bind_group-to-1000 branch 2 times, most recently from c2d140a to 9ade5c8 Compare July 19, 2023 18:13
@ErichDonGubler ErichDonGubler self-assigned this Jul 19, 2023
Both default `Limits` and the Vulkan backend use 640 as a hard-coded
limit value, but the spec. was
[updated](gpuweb/gpuweb#3864) to use 1000
instead.
Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@cwfitzgerald cwfitzgerald merged commit c062e18 into gfx-rs:trunk Jul 19, 2023
19 of 20 checks passed
@ErichDonGubler ErichDonGubler deleted the max_bindings_per_bind_group-to-1000 branch July 19, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants