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

properly update bind group ids when setting dynamic bindings. #560

Merged
merged 1 commit into from
Sep 23, 2020

Conversation

cart
Copy link
Member

@cart cart commented Sep 23, 2020

Fixes #134

The issue was that we weren't updating bind group ids (which are hashes of the bind group) when we set dynamic uniforms. This resulted in us essentially ignoring dynamic state when retrieving bind groups during pipeline creation.

@cart cart merged commit a768bae into bevyengine:master Sep 23, 2020
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.

MismatchedDynamicOffsetCount error
1 participant