GitHub
5c406ec531
Update Vulkan-Headers to v1.3.226
2022-09-02 00:12:10 +00: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
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
asuessenbach
cb4a573b42
Combine two types of commands into one generation function
2022-08-01 14:53:06 +02:00
asuessenbach
e8179c8f49
Combine two types of commands into one generation function
2022-08-01 11:32:05 +02:00
GitHub
3e449ebc53
Update Vulkan-Headers to v1.3.222
2022-07-22 00:12:13 +00:00
GitHub
93f8b6b541
Update Vulkan-Headers to v1.3.219
2022-07-01 00:11:04 +00:00
asuessenbach
2ddd380a23
Combine two types of commands into one generation function
2022-06-29 08:13:42 +02:00
asuessenbach
39be44dc65
Combine two types of commands into one generation function
2022-06-28 13:33:36 +02:00
asuessenbach
429e610f7e
Combine two types of commands into one generation function
2022-06-28 08:41:36 +02:00
asuessenbach
448efe9edb
Combine two types of commands into one generation function
2022-06-27 10:03:03 +02:00
asuessenbach
5075c94b8a
Combine two types of commands into one generation function
2022-06-23 11:42:03 +02:00
asuessenbach
b7146538a5
Combine two types of commands into one generation function
2022-06-21 09:22:03 +02:00
asuessenbach
2c536b75b9
Combine two types of commands into one generation function
2022-06-20 12:26:30 +02:00
asuessenbach
de7127a963
Combine two types of commands into one generation function
2022-06-15 11:57:25 +02:00
asuessenbach
66fc081783
Combine two types of commands into one generation function
2022-06-14 10:53:50 +02:00
asuessenbach
4630feb760
Combine two types of commands into one generation function
2022-06-14 09:08:56 +02:00
Andreas Süßenbach
3c80f9a60b
Merge pull request #1321 from asuessenbach/function
...
Combine two types of commands into one generation function
2022-06-13 11:08:13 +02:00
GitHub
1dc2a0eeaf
Update Vulkan-Headers to v1.3.217
2022-06-10 00:09:44 +00:00
asuessenbach
a7d6e1be5d
Combine two types of commands into one generation function
2022-06-08 16:39:15 +02:00
asuessenbach
484373a54a
Combine two types of commands into one generation function
2022-06-08 08:53:11 +02:00
asuessenbach
d691f5f0e8
Combine two types of commands into one generation function
2022-06-07 18:02:52 +02:00
asuessenbach
5c571c1b9a
Combine two types of commands into one generation function
2022-05-25 20:21:21 +02:00
asuessenbach
b35993287e
Combine two types of commands into one generation function
2022-05-24 09:01:00 +02:00
asuessenbach
d7a1a254d4
Combine two types of commands into one generation function
2022-05-23 10:31:40 +02:00
asuessenbach
e3e124e5e2
Combine two types of commands into one generation function
2022-05-19 08:34:26 +02:00
asuessenbach
3f240ea665
Combine two types of commands into one generation function
2022-05-18 09:24:39 +02:00
asuessenbach
66c3c89d8e
Combine two types of commands into one generation function
2022-05-17 10:35:57 +02:00
GitHub
21448e0ace
Update Vulkan-Headers to v1.3.213
2022-05-11 00:09:28 +00:00
GitHub
da42600e06
Update Vulkan-Headers to v1.3.211
2022-04-06 00:09:05 +00:00
asuessenbach
23c11fe38d
Introduce copy constructor and assignment operator for vk::raii classes that hold handles without a destructor.
2022-03-22 13:53:21 +01:00
asuessenbach
c761497d36
Update Vulkan-Headers to v1.3.207
2022-03-16 09:09:01 +01:00
asuessenbach
ae11e13e0b
Combine two types of commands into one generation function.
...
Generation of functions that return a VkResult and either get some data or not are combined into one function.
+ some minor cleanup
2022-03-15 11:58:55 +01:00
asuessenbach
f58ffe385f
Combine two types of commands into one generation function.
...
Generation of functions that get a StructureChain or some value are combined into one function.
2022-03-14 14:54:56 +01:00
asuessenbach
611365b986
Updated clang_format options
2022-03-09 12:28:52 +01:00
asuessenbach
4fd8ad4baa
Minor cleanup work in command generation.
2022-03-09 10:13:51 +01:00
asuessenbach
ffead3984d
Add some support of attribute "altlen" on command parameters.
2022-03-02 09:51:12 +01:00
GitHub
eccc252a98
Update Vulkan-Headers to v1.3.206
2022-03-01 00:09:13 +00:00
asuessenbach
5fe410279a
Change ColumnLimit with clang-format from 120 to 160.
2022-02-28 10:11:04 +01:00
asuessenbach
782c4aa46c
Introduce explicit default construction on nullptr_t for vector-based raii-classes.
2022-02-16 09:51:18 +01:00
asuessenbach
b8522e483c
Introduce member function clear() for raii-classes.
2022-02-15 10:50:52 +01:00
asuessenbach
b1a822983d
Introduce member function swap() for raii-classes.
2022-02-14 15:11:46 +01:00
GitHub
85c2c9d72e
Update Vulkan-Headers to v1.3.204
2022-01-26 00:42:08 +00:00
asuessenbach
350a74f1e1
Generalize command generation for a specific type of commands
...
Commands returning void, that get no non-const pointers but one or more const pointers or vectors are generalized into one function.
2022-01-13 16:16:16 +01:00
GitHub
1cac07f124
Update Vulkan-Headers to v1.2.203
2021-12-21 00:40:37 +00:00
GitHub
c109b8b2f4
Update Vulkan-Headers to v1.2.202
2021-12-08 00:38:42 +00:00
asuessenbach
8e3a52edc0
Filter out to get vkGetInstanceProcAddr in vk::raii::InstanceDispatcher
...
Since Vulkan 1.2 this can return nullptr!
2021-11-24 08:42:52 +01:00
asuessenbach
a3807fb92b
Use VULKAN_HPP_ENABLE_DYNAMIC_LOADER_TOOL with vk::raii::Context
...
-> vk::raii::Context constructor now either gets
no argument as before, loading vkGetInstanceProcAddr via an internal DynamicLoader;
or a PFN_vkGetInstanceProcAddr, using that to fill the dispatcher
+ changed the sample RAII_Samples/RayTracing to work with VULKAN_HPP_ENABLE_DYNAMIC_LOADER_TOOL defined to be zero
+ fixed the missing destructor call in most of the move assignments of the vk::raii classes
2021-11-16 18:07:19 +01:00
asuessenbach
b5d312187c
Add support of functions enumerating chained structure data.
...
+ slightly reordered error handling in enumerating functions.
2021-11-15 15:05:17 +01:00