-
Notifications
You must be signed in to change notification settings - Fork 65
Add sub-allocated descriptor sets #657
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
cc54740
Add sub-allocated descriptor set header
deprilula28 d10059f
Add some reusable binding API
deprilula28 347ff63
Work on using descriptor set layout directly
deprilula28 e1282c7
Remove out old bindings
deprilula28 28611be
Use pool address allocator
deprilula28 6c6046c
Use map
deprilula28 190067a
PR reviews
deprilula28 289e424
PR reviews
deprilula28 e0e91ff
Work on deferred freeing the descriptors
deprilula28 68582ea
Work on having descriptor set match with its sub allocator
deprilula28 d716848
PR reviews
deprilula28 4fd4b8f
Fix example
deprilula28 58c4e90
Add writing of descriptors on the allocate method
deprilula28 41b9a5b
Work on try allocate and timings
deprilula28 d608e78
Add PR comments
deprilula28 b326ca7
Work on nullifying descriptors
deprilula28 894a47c
Keep descriptor writes outside the allocate function
deprilula28 59c65ae
Include exporting of allocate descriptor writes instead of using them
deprilula28 1228f5f
Merge branch 'vulkan_1_3' into suballocdescriptorset
deprilula28 54250a6
Update examples submodule
deprilula28 2c35289
Update SubAllocatedDescriptorSet.h
devshgraphicsprogramming a2e2be4
Forgot that the nullification needs to be done between event-wait and…
devshgraphicsprogramming bc5b22d
PR review and fix compilation errors
deprilula28 912ed7a
PR reviews & nullifying descriptors
deprilula28 89e6440
Fix multi timeline functionality
deprilula28 ede586f
Update example
deprilula28 5531903
Implement depletion of sub alloc descriptor set
deprilula28 79c3a23
Fix API for nullify
deprilula28 6b5630d
Fix tabs & spaces
deprilula28 aca4c74
More PR reviews
deprilula28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule examples_tests
updated
5 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.