docs: registry infrastructure#13
Closed
gituser12981u2 wants to merge 14 commits into
Closed
Conversation
… not own instance
…acros for adding logs
… context to use device for physical/logical access
…ke lightweight result header
Co-authored-by: Alexander Curtis <alexcu@tutanota.com>
* chore: split frame from vulkan_context and add documentation to macros * feat: replace fence with timeline semaphore for submit add request features to device createinfo * feat: add global timeline semaphore and make queue based retirement system * feat: add frame registry using the retirement system * feat: add vk12/vk13 and presenter builder abstraction * feat: add custom feature chain builder because MoltenVk needs a different path than linux and windows runtimes * feat: remove apple specific path from device_feature_chain_builder Also update some CMake files with cmake_format formatter * fix: small edge case bugs * chore: remove separate physical API log and update main physical API log to include patch version * fix: appease MSVC linter by ignoring C4996 error code to ignore atomic shared ptr suggestion --------- Co-authored-by: gituser12981u2 <paullwall@protonmail.com>
Owner
Author
|
I accidentally made this PR go to main instead of alex_stuff. See #14 for the correct version. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This RFC specifies the recommended registry infrastructure, i.e. a base registry class.
Please place all communication about this RFC here.