-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Vulkan Headers to 1.3.296 (#1773)
Update Vulkan Headers to 1.3.296.
- Loading branch information
1 parent
a2832a4
commit 4a2631e
Showing
61 changed files
with
5,250 additions
and
3 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
17 files
+74 −2 | include/vulkan/vulkan.cppm | |
+259 −25 | include/vulkan/vulkan.hpp | |
+345 −1 | include/vulkan/vulkan_core.h | |
+121 −21 | include/vulkan/vulkan_enums.hpp | |
+26 −7 | include/vulkan/vulkan_extension_inspection.hpp | |
+441 −0 | include/vulkan/vulkan_funcs.hpp | |
+435 −0 | include/vulkan/vulkan_handles.hpp | |
+358 −13 | include/vulkan/vulkan_hash.hpp | |
+22 −1 | include/vulkan/vulkan_hpp_macros.hpp | |
+466 −10 | include/vulkan/vulkan_raii.hpp | |
+25 −1 | include/vulkan/vulkan_shared.hpp | |
+192 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+3,279 −387 | include/vulkan/vulkan_structs.hpp | |
+148 −3 | include/vulkan/vulkan_to_string.hpp | |
+3,564 −638 | registry/validusage.json | |
+1 −1 | registry/video.xml | |
+418 −29 | registry/vk.xml |
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
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.