-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vulkan 1.2.175: Provisional Video Extensions (#417)
* generator: Add edegecases for broken Video extension enum variants * Replace deprecated `make_version()` with `make_api_version()` * generator: Use the same predicate for push_next and its traits Some structs turn out to be root structs when their name is not in the `root_structs` set, even when they themselves extend another struct. This was already taken care of for `push_next` which is emitted in this situation, but the trait referenced by `push_next`'s `T` bound is still relying on the `extends` field to not exist in `vk.xml` at all, leading to it not being generated despite `push_next` needing it. Fixes: 215511f ("Implement ExtendXXX for multiple root create infos if there are more than 1") * Update Vulkan-Headers to 12.175 * generator: Generate low-level structs with bindgen (for vk_video)
- Loading branch information
Showing
15 changed files
with
13,286 additions
and
201 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
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.