-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stateless: Refactor pNext, flag and enum checking utils
Move most of the low level checking methods into a separate class. These checks are used with in the pNext checks and in many cases require knowledge about which extensions are enabled in the VkInstance, VkPhysicalDevice or VkDevice. The new separate object can be set up to use the correct DeviceExtensions object and then the extension checks within the rest of the code become much simpler.
- Loading branch information
1 parent
06a6118
commit 30e252f
Showing
45 changed files
with
14,520 additions
and
11,505 deletions.
There are no files selected for viewing
This file contains 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 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 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.