Commit Graph

1665 Commits

Author SHA1 Message Date
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
Andreas Süßenbach
fa62e680f6
Merge pull request #1365 from asuessenbach/compile
Move the vk::to_string functions into a separate header vulkan_to_string.hpp.
2022-07-26 15:08:39 +02:00
asuessenbach
3aae157e5b Move the vk::to_string functions into a separate header vulkan_to_string.hpp. 2022-07-26 11:19:42 +02:00
Andreas Süßenbach
0efb7e7954
Merge pull request #1363 from asuessenbach/compile_time
Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions.
2022-07-26 08:30:19 +02:00
asuessenbach
527e52a1bd Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions.
Also extend the samples to hold some local version of the needed to_string functions in case VULKAN_HPP_NO_TO_STRING is defined.
2022-07-25 17:11:30 +02:00
Andreas Süßenbach
3610b08409
Merge pull request #1362 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.222
2022-07-25 09:22:15 +02:00
GitHub
3e449ebc53 Update Vulkan-Headers to v1.3.222 2022-07-22 00:12:13 +00:00
Andreas Süßenbach
e26c1fa0f0
Merge pull request #1360 from asuessenbach/discard
Resolve warning/error on discarded return value in ArrayProxyNoTemporaries test.
2022-07-19 12:05:48 +02:00
asuessenbach
e27089ff23 Resolve warning/error on discarded return value in ArrayProxyNoTemporaries test. 2022-07-19 10:33:51 +02:00
Andreas Süßenbach
6e29bf69cf
Merge pull request #1358 from asuessenbach/explicit
Revert struct conversion operators to be implicit.
2022-07-19 10:17:35 +02:00
asuessenbach
75f02617cb Revert struct conversion operators to be implicit. 2022-07-19 08:18:22 +02:00
Andreas Süßenbach
9eca3d1d0a
Merge pull request #1357 from asuessenbach/static
Correct tests "DeviceFunctions" and "DispatchLoaderStatic" to actually use the static dispatch loader.
2022-07-18 15:42:29 +02:00
asuessenbach
49b11ea464 Correct tests "DeviceFunctions" and "DispatchLoaderStatic" to actually use the static dispatch loader. 2022-07-18 14:28:35 +02:00
Andreas Süßenbach
9a561fa33f
Merge pull request #1356 from asuessenbach/deadcode
Remove some dead code.
2022-07-18 11:42:25 +02:00
asuessenbach
b81fb59ca6 Remove some dead code. 2022-07-18 10:28:20 +02:00
Andreas Süßenbach
1bbd3e36d4
Merge pull request #1354 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.221
2022-07-18 10:04:14 +02:00
GitHub
e6ea601adb Update Vulkan-Headers to v1.3.221 2022-07-15 00:12:11 +00:00
Andreas Süßenbach
2314e54fe8
Merge pull request #1352 from asuessenbach/function
Combine two types of commands into one generation function
2022-07-13 09:39:02 +02:00
asuessenbach
248e6eeef3 Combine two types of commands into one generation function 2022-07-13 08:32:02 +02:00
Andreas Süßenbach
24bcbf93d4
Merge pull request #1351 from asuessenbach/function
Add support for functions returning some data without error codes.
2022-07-12 10:16:02 +02:00
asuessenbach
8acf224201 Add support for functions returning some data with error codes. 2022-07-12 09:00:47 +02:00
Andreas Süßenbach
9c1c7dbacc
Merge pull request #1350 from asuessenbach/function
Remove some dead code.
2022-07-11 16:01:41 +02:00
asuessenbach
bc6d481a5b Remove some dead code. 2022-07-11 13:54:33 +02:00
github-actions[bot]
85fba669da
Update Vulkan-Headers to v1.3.220 (#1349)
Co-authored-by: GitHub <noreply@github.com>
2022-07-11 10:35:37 +02:00
Andreas Süßenbach
fac74444fa
Extend check for function pointers on creating compare operators of structs. (#1348) 2022-07-07 11:41:43 +02:00
Jinesi Yelizati
9748e47228
Speed up CI by using ninja and parallel build (#1347)
* chore(CI): speed up CI by using ninja and parallel build

* chore(CI): align compiler for c and cxx

* fix(samples): add dependency to generator

* fix(cmake): get rid of file glob

* chore(CI): use clang on mac

glfw don't support gcc on mac

* fix(sample): add depencency on build_vulkan_hpp

* fix(cmake): make sure every target in tests and samples link to utils
2022-07-07 10:22:21 +02:00
Andreas Süßenbach
193c8e4628
Merge pull request #1346 from asuessenbach/extension
Add support for comma-separated list of names for attribute "extension" of element <require> in element <extension>.
2022-07-05 08:13:13 +02:00
asuessenbach
49a2fc679a Add support for comma-separated list of names for attribute "extension" of element <require> in element <extension>. 2022-07-04 18:02:22 +02:00
Andreas Süßenbach
86cc8f2ed1
Merge pull request #1345 from asuessenbach/attributes
Add support for new attribute "validstructs"; ignore new possible values for attribute "limittype".
2022-07-04 16:08:42 +02:00
Andreas Süßenbach
aea5d8d158
Merge pull request #1344 from asuessenbach/deadcode
Removed some dead code.
2022-07-04 16:07:09 +02:00
asuessenbach
a7d2d85d63 Add support for new attribute "validstructs"; ignore new possible values for attribute "limittype". 2022-07-04 11:37:22 +02:00
asuessenbach
0d9ca30378 Removed some dead code. 2022-07-04 10:59:55 +02:00
Andreas Süßenbach
312b8ef80d
Merge pull request #1343 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.219
2022-07-04 10:55:54 +02:00
GitHub
93f8b6b541 Update Vulkan-Headers to v1.3.219 2022-07-01 00:11:04 +00:00
Andreas Süßenbach
2272ca9c3e
Merge pull request #1341 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-29 11:08:38 +02:00
asuessenbach
2ddd380a23 Combine two types of commands into one generation function 2022-06-29 08:13:42 +02:00