File tree
5 files changed
+107
-8
lines changed- include
- src
5 files changed
+107
-8
lines changedLines changed: 39 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
| 210 | + | |
| 211 | + | |
211 | 212 |
| |
212 | 213 |
| |
213 | 214 |
| |
| |||
217 | 218 |
| |
218 | 219 |
| |
219 | 220 |
| |
| 221 | + | |
| 222 | + | |
220 | 223 |
| |
221 | 224 |
| |
222 | 225 |
| |
| |||
300 | 303 |
| |
301 | 304 |
| |
302 | 305 |
| |
| 306 | + | |
303 | 307 |
| |
304 | 308 |
| |
305 | 309 |
| |
| |||
482 | 486 |
| |
483 | 487 |
| |
484 | 488 |
| |
| 489 | + | |
485 | 490 |
| |
486 | 491 |
| |
487 | 492 |
| |
| |||
587 | 592 |
| |
588 | 593 |
| |
589 | 594 |
| |
590 |
| - | |
| 595 | + | |
591 | 596 |
| |
592 | 597 |
| |
593 | 598 |
| |
| |||
634 | 639 |
| |
635 | 640 |
| |
636 | 641 |
| |
| 642 | + | |
637 | 643 |
| |
638 | 644 |
| |
639 | 645 |
| |
| |||
876 | 882 |
| |
877 | 883 |
| |
878 | 884 |
| |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
879 | 913 |
| |
880 | 914 |
| |
881 | 915 |
| |
| |||
890 | 924 |
| |
891 | 925 |
| |
892 | 926 |
| |
893 |
| - | |
| 927 | + | |
894 | 928 |
| |
895 |
| - | |
| 929 | + | |
| 930 | + | |
896 | 931 |
| |
897 | 932 |
| |
898 | 933 |
|
Submodule Vulkan-Hpp updated 87 files
- CMakeLists.txt+13-3
- RAII_Samples/05_InitSwapchain/05_InitSwapchain.cpp+1-1
- RAII_Samples/06_InitDepthBuffer/06_InitDepthBuffer.cpp+4
- RAII_Samples/07_InitUniformBuffer/07_InitUniformBuffer.cpp+4
- RAII_Samples/13_InitVertexBuffer/13_InitVertexBuffer.cpp+5-3
- RAII_Samples/15_DrawCube/15_DrawCube.cpp+1-2
- RAII_Samples/CopyBlitImage/CopyBlitImage.cpp+14-8
- RAII_Samples/DrawTexturedCube/DrawTexturedCube.cpp+1-2
- RAII_Samples/DynamicUniform/DynamicUniform.cpp+1-2
- RAII_Samples/Events/Events.cpp+7-3
- RAII_Samples/ImmutableSampler/ImmutableSampler.cpp+1-2
- RAII_Samples/InitTexture/InitTexture.cpp+5-3
- RAII_Samples/InputAttachment/InputAttachment.cpp+21-10
- RAII_Samples/MultipleSets/MultipleSets.cpp+1-2
- RAII_Samples/OcclusionQuery/OcclusionQuery.cpp+5-3
- RAII_Samples/PipelineCache/PipelineCache.cpp+1-2
- RAII_Samples/PipelineDerivative/PipelineDerivative.cpp+1-2
- RAII_Samples/PushConstants/PushConstants.cpp+1-2
- RAII_Samples/PushDescriptors/PushDescriptors.cpp+1-2
- RAII_Samples/RayTracing/RayTracing.cpp+26-26
- RAII_Samples/SecondaryCommandBuffer/SecondaryCommandBuffer.cpp+3-4
- RAII_Samples/SeparateImageSampler/SeparateImageSampler.cpp+1-2
- RAII_Samples/Template/Template.cpp+1-2
- RAII_Samples/TexelBuffer/TexelBuffer.cpp+1-2
- RAII_Samples/utils/utils.hpp+23-19
- README.md+44-18
- Vulkan-Headers+1-1
- VulkanHppGenerator.cpp+241-148
- VulkanHppGenerator.hpp+4-2
- samples/05_InitSwapchain/05_InitSwapchain.cpp+2-2
- samples/06_InitDepthBuffer/06_InitDepthBuffer.cpp+2-2
- samples/07_InitUniformBuffer/07_InitUniformBuffer.cpp+1-1
- samples/13_InitVertexBuffer/13_InitVertexBuffer.cpp+2-2
- samples/15_DrawCube/15_DrawCube.cpp+1-1
- samples/16_Vulkan_1_1/16_Vulkan_1_1.cpp+1-3
- samples/CopyBlitImage/CopyBlitImage.cpp+11-7
- samples/DrawTexturedCube/DrawTexturedCube.cpp+1-1
- samples/DynamicUniform/DynamicUniform.cpp+1-1
- samples/EnableValidationWithCallback/EnableValidationWithCallback.cpp+1-3
- samples/Events/Events.cpp+7-3
- samples/ImmutableSampler/ImmutableSampler.cpp+1-1
- samples/InitTexture/InitTexture.cpp+2-2
- samples/InputAttachment/InputAttachment.cpp+22-12
- samples/MultipleSets/MultipleSets.cpp+1-1
- samples/OcclusionQuery/OcclusionQuery.cpp+3-3
- samples/PipelineCache/PipelineCache.cpp+1-1
- samples/PipelineDerivative/PipelineDerivative.cpp+1-1
- samples/PushConstants/PushConstants.cpp+1-1
- samples/PushDescriptors/PushDescriptors.cpp+2-4
- samples/RayTracing/RayTracing.cpp+10-7
- samples/SecondaryCommandBuffer/SecondaryCommandBuffer.cpp+2-2
- samples/SeparateImageSampler/SeparateImageSampler.cpp+1-1
- samples/SurfaceCapabilities/SurfaceCapabilities.cpp+1-3
- samples/Template/Template.cpp+1-1
- samples/TexelBuffer/TexelBuffer.cpp+1-1
- samples/utils/utils.cpp+7-14
- samples/utils/utils.hpp+5-12
- snippets/DynamicLoader.hpp+5-5
- snippets/defines.hpp-109
- snippets/includes.hpp+6-65
- snippets/macros.hpp+258
- tests/Cpp20Modules/CMakeLists.txt+7-3
- tests/Cpp20Modules/Cpp20Modules.cpp+18-3
- tests/DispatchLoaderDynamic/DispatchLoaderDynamic.cpp+13-4
- tests/DispatchLoaderDynamicSharedLibraryClient/DispatchLoaderDynamicSharedLibraryClient.cpp+1-3
- tests/NoExceptions/NoExceptions.cpp+1-3
- tests/StructureChain/StructureChain.cpp+1-3
- tests/UniqueHandle/UniqueHandle.cpp+1-3
- vulkan/vulkan.cppm+32-7
- vulkan/vulkan.hpp+161-469
- vulkan/vulkan_enums.hpp+356-3
- vulkan/vulkan_extension_inspection.hpp+27-1
- vulkan/vulkan_handles.hpp+17
- vulkan/vulkan_hash.hpp+125
- vulkan/vulkan_hpp_macros.hpp+271
- vulkan/vulkan_static_assertions.hpp+71
- vulkan/vulkan_structs.hpp+888
- vulkan/vulkan_to_string.hpp+36
- vulkan/vulkansc.cppm+14-12
- vulkan/vulkansc.hpp+44-473
- vulkan/vulkansc_enums.hpp+275
- vulkan/vulkansc_format_traits.hpp+1-1
- vulkan/vulkansc_hash.hpp+1-1
- vulkan/vulkansc_hpp_macros.hpp+271
- vulkan/vulkansc_raii.hpp+1-1
- vulkan/vulkansc_static_assertions.hpp+1-1
- vulkan/vulkansc_to_string.hpp+1-1
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
| 63 | + | |
63 | 64 |
| |
64 | 65 |
| |
65 |
| - | |
| 66 | + | |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
|
Lines changed: 62 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + |
0 commit comments