-
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.
We don't want to increase the sleep time. That would mean we wait longer than we want for previously missed events. Only reduce the retry limit so we don't get the longer sleep times.
- Loading branch information
1 parent
1d48a4f
commit b370cc6
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
22 files
+21 −0 | .github/workflows/ci.yml | |
+7 −3 | CMakeLists.txt | |
+164 −9 | include/vulkan/vulkan.cppm | |
+592 −304 | include/vulkan/vulkan.hpp | |
+606 −14 | include/vulkan/vulkan_core.h | |
+165 −22 | include/vulkan/vulkan_enums.hpp | |
+73 −26 | include/vulkan/vulkan_extension_inspection.hpp | |
+1,047 −168 | include/vulkan/vulkan_funcs.hpp | |
+1,453 −171 | include/vulkan/vulkan_handles.hpp | |
+615 −19 | include/vulkan/vulkan_hash.hpp | |
+22 −1 | include/vulkan/vulkan_hpp_macros.hpp | |
+1,041 −308 | include/vulkan/vulkan_raii.hpp | |
+73 −3 | include/vulkan/vulkan_shared.hpp | |
+322 −10 | include/vulkan/vulkan_static_assertions.hpp | |
+25,983 −21,232 | include/vulkan/vulkan_structs.hpp | |
+193 −4 | include/vulkan/vulkan_to_string.hpp | |
+10 −5 | registry/cgenerator.py | |
+41 −6 | registry/generator.py | |
+4,951 −1,138 | registry/validusage.json | |
+1 −1 | registry/video.xml | |
+1,046 −171 | registry/vk.xml | |
+2 −2 | registry/vkconventions.py |
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