Commit Graph

2049 Commits

Author SHA1 Message Date
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
Andreas Süßenbach 623a75b7f6
Merge pull request #1340 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-29 07:54:48 +02:00
asuessenbach 39be44dc65 Combine two types of commands into one generation function 2022-06-28 13:33:36 +02:00
Andreas Süßenbach fae2b5ce6f
Merge pull request #1339 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-28 12:08:10 +02:00
asuessenbach 429e610f7e Combine two types of commands into one generation function 2022-06-28 08:41:36 +02:00
Andreas Süßenbach 2e721b535b
Merge pull request #1338 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-27 12:16:38 +02:00
asuessenbach 448efe9edb Combine two types of commands into one generation function 2022-06-27 10:03:03 +02:00
Andreas Süßenbach a9cfd45980
Merge pull request #1335 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-27 08:45:24 +02:00
asuessenbach 5075c94b8a Combine two types of commands into one generation function 2022-06-23 11:42:03 +02:00
Andreas Süßenbach 42e0c54d75
Merge pull request #1332 from theHamsta/macos
Add CI on MacOS.
2022-06-21 17:36:51 +02:00
asuessenbach 9e4f6812fb Add CI on MacOS. 2022-06-21 14:48:56 +02:00
Andreas Süßenbach acc3a813f8
Merge pull request #1333 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-21 14:36:18 +02:00
asuessenbach b7146538a5 Combine two types of commands into one generation function 2022-06-21 09:22:03 +02:00
Andreas Süßenbach 86ae20eea6
Merge pull request #1330 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-21 08:21:55 +02:00
asuessenbach 2c536b75b9 Combine two types of commands into one generation function 2022-06-20 12:26:30 +02:00
Andreas Süßenbach 94244d51d5
Merge pull request #1329 from asuessenbach/spaceship
Change used check for using spaceship operator from "impl" to "lib".
2022-06-20 11:28:48 +02:00
Andreas Süßenbach aac15a2790
Merge pull request #1328 from asuessenbach/function
Combine two types of commands into one generation function
2022-06-20 11:27:10 +02:00