Commit 3434063
committed
Updated to Vulkan headers 1.4.315
Adds support for:
- VK_EXT_zero_initialize_device_memory
- VK_KHR_robustness21 parent 7eb7480 commit 3434063
4 files changed
Lines changed: 34 additions & 2 deletions
Submodule Vulkan-Headers updated 21 files
- .github/workflows/ci.yml+2-5
- CMakeLists.txt+19-4
- include/vulkan/vulkan.cppm+13-3
- include/vulkan/vulkan.hpp+56-29
- include/vulkan/vulkan_core.h+46-19
- include/vulkan/vulkan_enums.hpp+16-10
- include/vulkan/vulkan_extension_inspection.hpp+24-5
- include/vulkan/vulkan_format_traits.hpp+128-1
- include/vulkan/vulkan_funcs.hpp+2-22
- include/vulkan/vulkan_handles.hpp+11-10
- include/vulkan/vulkan_hash.hpp+28-13
- include/vulkan/vulkan_raii.hpp+11-22
- include/vulkan/vulkan_static_assertions.hpp+26-16
- include/vulkan/vulkan_structs.hpp+172-56
- include/vulkan/vulkan_to_string.hpp+7-2
- registry/reg.py+52
- registry/validusage.json+131-157
- registry/vk.xml+184-27
- tests/CMakeLists.txt+1-1
- tests/integration/CMakeLists.txt+1-3
- tests/vk_hpp.cpp+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1028 | 1028 | | |
1029 | 1029 | | |
1030 | 1030 | | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
1031 | 1041 | | |
1032 | 1042 | | |
1033 | 1043 | | |
| |||
2402 | 2412 | | |
2403 | 2413 | | |
2404 | 2414 | | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
2405 | 2424 | | |
2406 | 2425 | | |
2407 | 2426 | | |
| |||
3055 | 3074 | | |
3056 | 3075 | | |
3057 | 3076 | | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
3058 | 3088 | | |
3059 | 3089 | | |
3060 | 3090 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
0 commit comments