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
asuessenbach
5480d192f5
Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
2022-08-10 15:29:28 +02:00
Andreas Süßenbach
a70727566e
Merge pull request #1388 from theHamsta/update-vulkan-docs
...
Update Vulkan-Headers to updated v1.3.244 tag
2022-08-10 12:57:52 +02:00
Stephan Seitz
9db06ad3bb
Update Vulkan-Headers to updated v1.3.244 tag
...
Apparently the tag in Vulkan-Headers was fixed to point to
2b55157592
instead of c896e2f920
which is one commit newer.
c896e2f920273bfee852da9cca2a356bc1c2031e Fix the readme for the fixed conventions.py location
2022-08-10 11:20:16 +02:00
Andreas Süßenbach
1a64b5fcc0
Merge pull request #1384 from asuessenbach/224
...
Update to Vulkan-Headers v1.3.224
2022-08-08 11:05:18 +02:00
asuessenbach
6e5824e21a
Update to Vulkan-Headers v1.3.224
2022-08-08 09:47:30 +02:00
Andreas Süßenbach
7babeefc4f
Merge pull request #1381 from asuessenbach/fix
...
Removed helper function createDebugUtilsMessengerEXT from utils.hpp as well.
2022-08-04 13:43:41 +02:00
asuessenbach
06697b4442
Removed helper function createDebugUtilsMessengerEXT from utils.hpp as well.
2022-08-04 11:13:06 +02:00
Andreas Süßenbach
dc88f1812c
Merge pull request #1379 from asuessenbach/cleanup
...
Minor cleanup in utils.cpp: remove helper function createDebugUtilsMessengerEXT.
2022-08-04 10:27:21 +02:00
asuessenbach
2611c34aa5
Minor cleanup in utils.cpp: remove helper function createDebugUtilsMessengerEXT.
2022-08-04 08:49:12 +02:00
Andreas Süßenbach
07ebd7dbaf
Merge pull request #1377 from asuessenbach/static_assert
...
Move all the static_assertions from vulkan_handles.hpp and vulkan_structs.hpp into the new header vulkan_static_assertions.hpp
2022-08-03 13:15:21 +02:00
asuessenbach
e8bf9bed9a
Move all the static_assertions from vulkan_handles.hpp and vulkan_structs.hpp into the new header vulkan_static_assertions.hpp
2022-08-03 11:53:57 +02:00
Andreas Süßenbach
408d26639e
Merge pull request #1376 from asuessenbach/natvis
...
Introduce VulkanHpp.natvis to nicely format vk::Flags in Visual Studio debugger.
2022-08-03 11:01:11 +02:00
asuessenbach
781061410c
Introduce VulkanHpp.natvis to nicely format vk::Flags in Visual Studio debugger.
2022-08-03 08:18:07 +02:00
Andreas Süßenbach
921995589d
Merge pull request #1375 from asuessenbach/error
...
Add missing string assignment.
2022-08-02 14:12:07 +02:00
Andreas Süßenbach
a57b04a569
Merge pull request #1374 from asuessenbach/refactor
...
Refactor top-level file generation function.
2022-08-02 12:07:23 +02:00
asuessenbach
deae8ceb49
Add missing string assignment.
2022-08-02 12:06:32 +02:00
Andreas Süßenbach
c562969375
Merge pull request #1373 from asuessenbach/deadcode
...
Removed some dead code.
2022-08-02 10:01:12 +02:00
asuessenbach
a8a2c5f910
Refactor top-level file generation function.
2022-08-02 10:00:16 +02:00
asuessenbach
95507d1e7c
Removed some dead code.
2022-08-02 08:18:26 +02:00
Andreas Süßenbach
f50243e683
Merge pull request #1372 from asuessenbach/refactor
...
Refactor top-level function to generate vulkan.hpp
2022-08-01 17:40:22 +02:00
Andreas Süßenbach
2a0533a7fe
Merge pull request #1371 from asuessenbach/function
...
Combine two types of commands into one generation function
2022-08-01 17:02:49 +02:00
asuessenbach
893d6847bb
Refactor top-level function to generate vulkan.hpp
2022-08-01 16:40:15 +02:00
asuessenbach
296cc72e5f
Combine two types of commands into one generation function
2022-08-01 14:54:48 +02:00
asuessenbach
cb4a573b42
Combine two types of commands into one generation function
2022-08-01 14:53:06 +02:00
Andreas Süßenbach
b95c02b89d
Merge pull request #1370 from asuessenbach/function
...
Combine two types of commands into one generation function
2022-08-01 13:54:24 +02:00
Andreas Süßenbach
e23588f893
Merge pull request #1369 from asuessenbach/attribute
...
Add "videocoding" as an optional attribute for commands.
2022-08-01 13:52:01 +02:00
asuessenbach
e8179c8f49
Combine two types of commands into one generation function
2022-08-01 11:32:05 +02:00
Andreas Süßenbach
0fbe74f6fc
Merge pull request #1368 from asuessenbach/function
...
Add support for functions returning void, that get you a some data behind a void *.
2022-08-01 11:07:24 +02:00
asuessenbach
9c4a906d07
Add "videocoding" as an optional attribute for commands.
2022-08-01 10:11:45 +02:00
Andreas Süßenbach
e0f65d0204
Merge pull request #1367 from KhronosGroup/update-vulkan-headers-pr
...
Update Vulkan-Headers to v1.3.223
2022-08-01 10:01:43 +02:00
asuessenbach
d3c95e9527
Add support for functions returning void, that get you a some data behind a void *.
2022-08-01 10:00:11 +02:00
GitHub
e31e673550
Update Vulkan-Headers to v1.3.223
2022-07-29 00:09:57 +00:00
Andreas Süßenbach
9bb1bb385a
Merge pull request #1366 from asuessenbach/includes
...
Reduce number of included headers
2022-07-28 08:12:24 +02:00
asuessenbach
056abda3e2
Reduce number of included headers
2022-07-27 16:39:37 +02:00