-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
2,247 additions
and
359 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
18 files
+12 −0 | .github/dependabot.yml | |
+11 −11 | .github/workflows/ci.yml | |
+2 −4 | README.md | |
+48 −0 | include/vulkan/vulkan.cppm | |
+178 −3 | include/vulkan/vulkan.hpp | |
+135 −1 | include/vulkan/vulkan_core.h | |
+41 −1 | include/vulkan/vulkan_enums.hpp | |
+22 −12 | include/vulkan/vulkan_extension_inspection.hpp | |
+298 −0 | include/vulkan/vulkan_funcs.hpp | |
+336 −0 | include/vulkan/vulkan_handles.hpp | |
+158 −0 | include/vulkan/vulkan_hash.hpp | |
+350 −0 | include/vulkan/vulkan_raii.hpp | |
+40 −30 | include/vulkan/vulkan_shared.hpp | |
+67 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+982 −0 | include/vulkan/vulkan_structs.hpp | |
+43 −0 | include/vulkan/vulkan_to_string.hpp | |
+1,778 −1,072 | registry/validusage.json | |
+141 −12 | registry/vk.xml |
Oops, something went wrong.