Commit Graph

1834 Commits

Author SHA1 Message Date
GitHub
738e7c1423 Update Vulkan-Headers to v1.3.231 2022-10-14 00:16:32 +00:00
Andreas Süßenbach
e8353b847f
Merge pull request #1425 from asuessenbach/bitmask
Templatized bitwise operators on FlagBits.
2022-10-10 18:43:05 +02:00
asuessenbach
302389d550 Templatized bitwise operators on FlagBits. 2022-10-10 11:04:27 +02:00
Andreas Süßenbach
41bcbe48d8
Merge pull request #1424 from asuessenbach/bitmasks
Minor cleanup on bitmask generation.
2022-10-10 09:20:14 +02:00
asuessenbach
a49fd51629 Minor cleanup on bitmask generation. 2022-10-05 16:58:40 +02:00
Andreas Süßenbach
231c69b507
Merge pull request #1423 from asuessenbach/protection
Cleanup on protection handling
2022-10-05 16:19:45 +02:00
asuessenbach
a55e3eb2a0 Cleanup on protection handling
+ some other minor cleanup
2022-10-05 09:28:37 +02:00
Andreas Süßenbach
c15ff49929
Merge pull request #1422 from asuessenbach/mutual_exclusive
Corrected handling of mutual exclusive arrays in constructors of structures VkAccelerationStructureTrianglesOpacityMicromapEXT and VkMicromapBuildInfoEXT
2022-10-04 13:43:38 +02:00
asuessenbach
f5be57e498 Corrected handling of mutual exclusive arrays in constructors of structures VkAccelerationStructureTrianglesOpacityMicromapEXT and VkMicromapBuildInfoEXT 2022-10-04 11:34:04 +02:00
Andreas Süßenbach
f50a4ec09c
Merge pull request #1420 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.230
2022-10-04 11:20:52 +02:00
GitHub
3b5961d5ce Update Vulkan-Headers to v1.3.230 2022-09-30 00:20:29 +00:00
Andreas Süßenbach
84d220bee4
Merge pull request #1419 from asuessenbach/opticalflow
Add support of "opticalflow" as a candidate for the "queues" attribute of a command.
2022-09-28 13:54:21 +02:00
asuessenbach
7dc59adf40 Add support of "opticalflow" as a candidate for the "queues" attribute of a command. 2022-09-28 12:09:49 +02:00
Andreas Süßenbach
a41fa7b593
Merge pull request #1418 from asuessenbach/selection
Allow union member attribute "selection" to have multiple comma-separated values
2022-09-27 09:45:18 +02:00
asuessenbach
1173c9ab77 Allow union attribute "selection" to have multiple comma-separted values. 2022-09-27 08:50:36 +02:00
Andreas Süßenbach
aa2322efe3
Merge pull request #1415 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.229
2022-09-26 13:30:08 +02:00
GitHub
917ba7cbb0 Update Vulkan-Headers to v1.3.229 2022-09-23 00:12:32 +00:00
Andreas Süßenbach
8fc8bdbca2
Merge pull request #1414 from asuessenbach/natvis
Extend the VulkanHpp.natvis file to have vk::ArrayWrapper1D<char,*> more readable in VS debugger.
2022-09-22 11:42:52 +02:00
asuessenbach
6d8b0aa13e Extend the VulkanHpp.natvis file to have vk::ArrayWrapper1D<char,*> more readable in VS debugger. 2022-09-22 10:24:56 +02:00
Andreas Süßenbach
fc63beb596
Merge pull request #1413 from asuessenbach/getImages
Fix inconsistency with return type of vk::raii::SwapchainKHR::getImages()
2022-09-21 11:54:11 +02:00
asuessenbach
6fe966c6d9 Fix inconsistency with return type of vk::raii::SwapchainKHR::getImages()
+ some minor cleanup
2022-09-21 10:08:07 +02:00
Andreas Süßenbach
3a6dfe8426
Merge pull request #1411 from asuessenbach/tasks
Explicitly ignore new command attribute "tasks"
2022-09-19 12:37:07 +02:00
asuessenbach
a630fcdf84 Explicitly ignore new command attribute "tasks" 2022-09-19 10:21:43 +02:00
Andreas Süßenbach
f51e00661f
Merge pull request #1410 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.228
2022-09-19 10:10:12 +02:00
GitHub
27b37765e7 Update Vulkan-Headers to v1.3.228 2022-09-16 00:13:32 +00:00
Andreas Süßenbach
ffb6c39df9
Merge pull request #1409 from asuessenbach/successCode
[raii] Add missing handling of successCode in move-construction and move-assignment of multi-successCode handles.
2022-09-14 15:17:28 +02:00
Andreas Süßenbach
5167140c0e
Merge pull request #1408 from Adela0814/master
Add vcpkg installation instructions
2022-09-14 15:17:16 +02:00
asuessenbach
d0317af5a9 [raii] Add missing handling of successCode in move-construction and move-assignment of multi-successCode handles. 2022-09-14 12:21:26 +02:00
Mengna Li
1a8eb08de9
Add vcpkg installation instructions 2022-09-14 15:21:10 +08:00
Andreas Süßenbach
984ab4e846
Merge pull request #1407 from asuessenbach/algorithm
Unconditionally include <algorithm> in vulkan.hpp.
2022-09-13 08:29:20 +02:00
Andreas Süßenbach
b99cbcdf04
Merge pull request #1406 from asuessenbach/stride
Introduce helper class vk::StridedArrayProxy; use it on functions with parameters having the 'stride' attribute.
2022-09-12 17:56:29 +02:00
asuessenbach
ac1eda539c Unconditionally include <algorithm> in vulkan.hpp. 2022-09-12 17:10:56 +02:00
asuessenbach
34725b3192 Introduce helper class vk::StridedArrayProxy; use it on functions with parameters having the 'stride' attribute. 2022-09-12 16:53:44 +02:00
Andreas Süßenbach
833e6f576d
Merge pull request #1404 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.227
2022-09-12 10:25:55 +02:00
GitHub
6fd5e6dd72 Update Vulkan-Headers to v1.3.227 2022-09-09 00:11:55 +00:00
Andreas Süßenbach
776dc7db49
Merge pull request #1402 from asuessenbach/cleanup
Switch to C++20 for the Generator + some minor cleanup.
2022-09-07 08:32:54 +02:00
asuessenbach
02c8049f42 Switch to C++20 for the Generator + some minor cleanup. 2022-09-06 18:22:04 +02:00
Andreas Süßenbach
f2e8cfe884
Merge pull request #1400 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.226
2022-09-05 10:09:58 +02:00
GitHub
5c406ec531 Update Vulkan-Headers to v1.3.226 2022-09-02 00:12:10 +00:00
Andreas Süßenbach
7693764cdd
Merge pull request #1399 from asuessenbach/precompile
Make the samples' precompiled headers reuse that from the utils project.
2022-09-01 10:24:56 +02:00
asuessenbach
d27e336ced Make the samples' precompiled headers reuse that from the utils project. 2022-09-01 08:53:55 +02:00
Andreas Süßenbach
689e082bc8
Merge pull request #1398 from asuessenbach/function
Add support for functions returning more than one success code and getting two values.
2022-08-30 13:43:18 +02:00
asuessenbach
5ede04aa9d Add support for functions returning more than one success code and getting two values. 2022-08-30 10:47:43 +02:00
Andreas Süßenbach
19086483ea
Merge pull request #1396 from theHamsta/fix-clang-bugs
Fix clang bugs
2022-08-30 08:59:43 +02:00
Stephan Seitz
1e67e5aba4 fix: use feature test macros for usage of <format>
Fixes #1394
2022-08-29 23:12:25 +02:00
Stephan Seitz
8afaf0e2d0 fix: include <utility> in vulkan_raii.hpp for std::exchange 2022-08-29 23:12:25 +02:00
GitHub
33dad92cec Update Vulkan-Headers to v1.3.225 2022-08-24 08:40:49 +02:00
Stephan Seitz
4f35f16475 fix: install target 2022-08-22 10:16:25 +02:00
Stephan Seitz
1903527dd1 fix: make VULKAN_HPP_RUN_GENERATOR work again
Apparently, the statement setting ${vulkan_hpp} was removed with along
with the other generated header files the other generated header files.
2022-08-22 10:16:25 +02:00
Andreas Süßenbach
f18f5f2937
Merge pull request #1389 from asuessenbach/refactor
Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
2022-08-10 17:33:37 +02:00