-
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.
267 looks pretty innocuous. The two new extensions add some simple structs and some enum values. Added: VK_EXT_nested_command_buffer Added: VK_NV_extended_sparse_address_space There are also fixes for small problems in 266.
- Loading branch information
1 parent
6ffb01a
commit bf1e76b
Showing
15 changed files
with
365 additions
and
1 deletion.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
16 files
+4 −6 | README.md | |
+8 −0 | include/vulkan/vulkan.cppm | |
+57 −5 | include/vulkan/vulkan.hpp | |
+55 −9 | include/vulkan/vulkan_core.h | |
+10 −3 | include/vulkan/vulkan_enums.hpp | |
+14 −10 | include/vulkan/vulkan_extension_inspection.hpp | |
+51 −31 | include/vulkan/vulkan_funcs.hpp | |
+37 −16 | include/vulkan/vulkan_handles.hpp | |
+61 −0 | include/vulkan/vulkan_hash.hpp | |
+150 −72 | include/vulkan/vulkan_raii.hpp | |
+36 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+434 −5 | include/vulkan/vulkan_structs.hpp | |
+8 −0 | include/vulkan/vulkan_to_string.hpp | |
+29 −26 | include/vulkan/vulkan_video.hpp | |
+72 −36 | registry/validusage.json | |
+52 −23 | 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
Oops, something went wrong.