-
Notifications
You must be signed in to change notification settings - Fork 953
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
Deduplicate BindGroupLayout by value #753
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .monocodus
config not found in your repo. Default config is used.
Check config documentation here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Audited the refcounting, and assuming the memory ordering is correct, ship it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .monocodus
config not found in your repo. Default config is used.
Check config documentation here
Awesome! |
753: Deduplicate BindGroupLayout by value r=cwfitzgerald a=kvark **Connections** Fixes #335 **Description** BGL now has distinct `MultiRefCount` type with a bit of a hacky logic to support deduplication. Good review is needed! **Testing** Ran wgpu-rs examples. The actual new logic is NOT tested enough! Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
Canceled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .monocodus
config not found in your repo. Default config is used.
Check config documentation here
Just made both refcount bumps to be consistent here. |
753: Use max function to ensure that the swapchain size is not less than 1. r=kvark a=Tnze ATT Co-authored-by: Tnze <cjd001113@outlook.com>
Connections
Fixes #335
Description
BGL now has distinct
MultiRefCount
type with a bit of a hacky logic to support deduplication.Good review is needed!
Testing
Ran wgpu-rs examples.
The actual new logic is NOT tested enough!