platform/upstream/Vulkan-Hpp.git
18 months agoExtend default case in throwResultException to also get the actual message. (#1544)
Andreas Süßenbach [Mon, 27 Mar 2023 10:31:14 +0000 (12:31 +0200)]
Extend default case in throwResultException to also get the actual message. (#1544)

18 months agoResolve warning on a struct with multiple array members with the same len. (#1543)
Andreas Süßenbach [Mon, 27 Mar 2023 09:06:47 +0000 (11:06 +0200)]
Resolve warning on a struct with multiple array members with the same len. (#1543)

18 months agoUpdate Vulkan-Headers to v1.3.245 (#1540)
github-actions[bot] [Mon, 27 Mar 2023 07:46:47 +0000 (09:46 +0200)]
Update Vulkan-Headers to v1.3.245 (#1540)

Co-authored-by: GitHub <noreply@github.com>
18 months agoMinor cleanup work. (#1539)
Andreas Süßenbach [Wed, 22 Mar 2023 07:52:35 +0000 (08:52 +0100)]
Minor cleanup work. (#1539)

19 months agoSimplified and corrected structure alias handling. (#1538)
Andreas Süßenbach [Tue, 21 Mar 2023 10:22:48 +0000 (11:22 +0100)]
Simplified and corrected structure alias handling. (#1538)

19 months agoMinor cleanup on supported/unsupported features/extensions. (#1537)
Andreas Süßenbach [Tue, 21 Mar 2023 07:10:00 +0000 (08:10 +0100)]
Minor cleanup on supported/unsupported features/extensions. (#1537)

19 months agoUpdate Vulkan-Headers to v1.3.244 (#1535)
github-actions[bot] [Mon, 20 Mar 2023 09:03:08 +0000 (10:03 +0100)]
Update Vulkan-Headers to v1.3.244 (#1535)

Co-authored-by: GitHub <noreply@github.com>
19 months agoRemoved an invalid assertion in readRequireEnum. (#1534)
Andreas Süßenbach [Thu, 16 Mar 2023 16:16:12 +0000 (17:16 +0100)]
Removed an invalid assertion in readRequireEnum. (#1534)

19 months agoAdd support for a new class of commands. (#1533)
Andreas Süßenbach [Wed, 15 Mar 2023 12:02:48 +0000 (13:02 +0100)]
Add support for a new class of commands. (#1533)

19 months agoImprove handling of attribute "stride" (#1532)
Andreas Süßenbach [Mon, 13 Mar 2023 13:48:55 +0000 (14:48 +0100)]
Improve handling of attribute "stride" (#1532)

19 months agoUpdate Vulkan-Headers to v1.3.243 (#1531)
github-actions[bot] [Mon, 13 Mar 2023 09:38:56 +0000 (10:38 +0100)]
Update Vulkan-Headers to v1.3.243 (#1531)

Co-authored-by: GitHub <noreply@github.com>
19 months agoSecond step in generalizing handling of attribute "altLen" (#1529)
Andreas Süßenbach [Mon, 13 Mar 2023 08:08:01 +0000 (09:08 +0100)]
Second step in generalizing handling of attribute "altLen" (#1529)

19 months agoFirst step in generalizing handling of attribute "altLen". (#1528)
Andreas Süßenbach [Thu, 9 Mar 2023 09:04:33 +0000 (10:04 +0100)]
First step in generalizing handling of attribute "altLen". (#1528)

19 months agoAdjust name of included vulkan header. (#1527)
Andreas Süßenbach [Wed, 8 Mar 2023 09:10:54 +0000 (10:10 +0100)]
Adjust name of included vulkan header. (#1527)

19 months agoAdjust include snippet of vulkan[sc].hpp to actually use vulkan[sc]. (#1526)
Andreas Süßenbach [Tue, 7 Mar 2023 16:32:10 +0000 (17:32 +0100)]
Adjust include snippet of vulkan[sc].hpp to actually use vulkan[sc]. (#1526)

19 months agoextend workflow run to generate vulkansc*.hpp (#1525)
Andreas Süßenbach [Tue, 7 Mar 2023 13:07:16 +0000 (14:07 +0100)]
extend workflow run to generate vulkansc*.hpp (#1525)

19 months agoFirst version to support both, "vulkan" and "vulkansc". (#1524)
Andreas Süßenbach [Tue, 7 Mar 2023 07:23:14 +0000 (08:23 +0100)]
First version to support both, "vulkan" and "vulkansc". (#1524)

The files set generated is controlled by command line argument -api [vulkan|vulkansc]

19 months agoSimplify enum value alias handling. (#1523)
Andreas Süßenbach [Mon, 6 Mar 2023 07:37:40 +0000 (08:37 +0100)]
Simplify enum value alias handling. (#1523)

* Simplify enum value handling.

* Simplified enum value generation

19 months agoSimplified enum value handling (#1522)
Andreas Süßenbach [Thu, 2 Mar 2023 21:14:37 +0000 (22:14 +0100)]
Simplified enum value handling (#1522)

19 months agoRefactor reading procedures (#1521)
Andreas Süßenbach [Wed, 1 Mar 2023 09:17:02 +0000 (10:17 +0100)]
Refactor reading procedures (#1521)

19 months agoUpdate Vulkan-Headers to v1.3.242 (#1520)
github-actions[bot] [Mon, 27 Feb 2023 12:35:15 +0000 (13:35 +0100)]
Update Vulkan-Headers to v1.3.242 (#1520)

Co-authored-by: GitHub <noreply@github.com>
19 months agoChange assertion to condition on generating the vector size check. (#1518)
Andreas Süßenbach [Thu, 23 Feb 2023 09:07:26 +0000 (10:07 +0100)]
Change assertion to condition on generating the vector size check. (#1518)

19 months agoCorrected handling of attribute "depends" of <require> sections on extending enums...
Andreas Süßenbach [Wed, 22 Feb 2023 15:20:44 +0000 (16:20 +0100)]
Corrected handling of attribute "depends" of <require> sections on extending enums. (#1517)

19 months agoUpdate Vulkan-Headers to v1.3.241 (#1516)
github-actions[bot] [Tue, 21 Feb 2023 10:20:28 +0000 (11:20 +0100)]
Update Vulkan-Headers to v1.3.241 (#1516)

Co-authored-by: GitHub <noreply@github.com>
19 months agoChange requiredIn in TypeData from std::string to std::set<std::string> (#1514)
Andreas Süßenbach [Mon, 20 Feb 2023 19:01:34 +0000 (20:01 +0100)]
Change requiredIn in TypeData from std::string to std::set<std::string> (#1514)

+ some member data renaming

19 months agoci: bump setup-msvc-dev to v2 (#1513)
Stephan Seitz [Mon, 20 Feb 2023 16:48:47 +0000 (08:48 -0800)]
ci: bump setup-msvc-dev to v2 (#1513)

This avoids a deprecation warning about Node.js 12 as shown here
https://github.com/KhronosGroup/Vulkan-Hpp/actions/runs/4222600167

19 months agoChange referencedIn in CommandData from std::string to std::set<std::string> (#1512)
Andreas Süßenbach [Mon, 20 Feb 2023 14:58:14 +0000 (15:58 +0100)]
Change referencedIn in CommandData from std::string to std::set<std::string> (#1512)

19 months agoci: fix update-header-pr (tags were not fetched) (#1510)
Stephan Seitz [Mon, 20 Feb 2023 14:57:53 +0000 (06:57 -0800)]
ci: fix update-header-pr (tags were not fetched) (#1510)

Run without `git fetch --all --tags`: https://github.com/theHamsta/Vulkan-Hpp/actions/runs/4221771719/jobs/7329463344
Run with `git fetch --all --tags`: https://github.com/theHamsta/Vulkan-Hpp/actions/runs/4221781287/jobs/7329484407
resulting in this PR https://github.com/theHamsta/Vulkan-Hpp/pull/19

19 months agoci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) (#1511)
Stephan Seitz [Mon, 20 Feb 2023 10:51:44 +0000 (02:51 -0800)]
ci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) (#1511)

20 months agoAdjust handling of attribute "depends" in <extension> (#1508)
Andreas Süßenbach [Thu, 16 Feb 2023 15:07:33 +0000 (16:07 +0100)]
Adjust handling of attribute "depends" in <extension> (#1508)

20 months agoAdd handling of attribute "deprecated", extend handling of attribute "api" (#1506)
Andreas Süßenbach [Thu, 16 Feb 2023 12:12:55 +0000 (13:12 +0100)]
Add handling of attribute "deprecated", extend handling of attribute "api" (#1506)

20 months agoRenamed member functions and variables from "skipped" to "removed". (#1505)
Andreas Süßenbach [Thu, 16 Feb 2023 07:24:33 +0000 (08:24 +0100)]
Renamed member functions and variables from "skipped" to "removed". (#1505)

20 months agoAdded missing support of attribute "comment" in require clause of extensions. (#1504)
Andreas Süßenbach [Wed, 15 Feb 2023 16:13:02 +0000 (17:13 +0100)]
Added missing support of attribute "comment" in require clause of extensions. (#1504)

20 months agoAdd test for vk::Flags. (#1502)
Andreas Süßenbach [Mon, 13 Feb 2023 12:36:43 +0000 (13:36 +0100)]
Add test for vk::Flags. (#1502)

20 months agoSort handle classes by feature and extension. (#1500)
Andreas Süßenbach [Wed, 8 Feb 2023 16:21:03 +0000 (17:21 +0100)]
Sort handle classes by feature and extension. (#1500)

20 months agoUnify detection logic for raii- and non-raii-command-generation (#1499)
Andreas Süßenbach [Thu, 2 Feb 2023 13:09:45 +0000 (14:09 +0100)]
Unify detection logic for raii- and non-raii-command-generation (#1499)

20 months agoUpdate Vulkan-Headers to v1.3.240 (#1497) upstream/1.3.240
github-actions[bot] [Mon, 30 Jan 2023 08:40:19 +0000 (09:40 +0100)]
Update Vulkan-Headers to v1.3.240 (#1497)

Co-authored-by: GitHub <noreply@github.com>
20 months agoAdd support for filtering out vulkansc stuff. (#1496)
Andreas Süßenbach [Thu, 26 Jan 2023 16:12:29 +0000 (17:12 +0100)]
Add support for filtering out vulkansc stuff. (#1496)

20 months agoAdd support for a new type of functions. (#1492)
Andreas Süßenbach [Mon, 23 Jan 2023 15:41:43 +0000 (16:41 +0100)]
Add support for a new type of functions. (#1492)

20 months agoci: fix usage of tee to add llvm-snapshot (#1491)
Stephan Seitz [Mon, 23 Jan 2023 13:38:48 +0000 (14:38 +0100)]
ci: fix usage of tee to add llvm-snapshot (#1491)

20 months agoci: fix failing clang-format-15 via apt.llvm.org (#1490)
Stephan Seitz [Mon, 23 Jan 2023 10:46:28 +0000 (11:46 +0100)]
ci: fix failing clang-format-15 via apt.llvm.org (#1490)

20 months agoUpdate Vulkan-Headers to v1.3.239 (#1489)
Andreas Süßenbach [Mon, 23 Jan 2023 09:37:51 +0000 (10:37 +0100)]
Update Vulkan-Headers to v1.3.239 (#1489)

20 months agoAdd support for a new class of commands. (#1481)
Andreas Süßenbach [Fri, 20 Jan 2023 19:41:26 +0000 (20:41 +0100)]
Add support for a new class of commands. (#1481)

20 months agoChange the CI workflow to work on main branch. (#1484)
Andreas Süßenbach [Fri, 20 Jan 2023 17:51:43 +0000 (18:51 +0100)]
Change the CI workflow to work on main branch. (#1484)

21 months agoUpdate actions/checkout in GitHub Actions (#1482)
scribam [Thu, 19 Jan 2023 07:11:46 +0000 (08:11 +0100)]
Update actions/checkout in GitHub Actions (#1482)

21 months agoAdd options for clang-format 15. (#1480)
Andreas Süßenbach [Mon, 16 Jan 2023 16:38:34 +0000 (17:38 +0100)]
Add options for clang-format 15. (#1480)

21 months agoChange clang-format version from 12 to 15. (#1479)
Andreas Süßenbach [Mon, 16 Jan 2023 08:37:44 +0000 (09:37 +0100)]
Change clang-format version from 12 to 15. (#1479)

21 months agoHandle potential shadowing of function parameter name "objectType" with class member...
Andreas Süßenbach [Mon, 9 Jan 2023 10:32:23 +0000 (11:32 +0100)]
Handle potential shadowing of function parameter name "objectType" with class member. (#1476)

22 months agoChange argument for format option "SpacesInAngles" from "Never" to "false" (#1473)
Andreas Süßenbach [Tue, 20 Dec 2022 16:49:00 +0000 (17:49 +0100)]
Change argument for format option "SpacesInAngles" from "Never" to "false" (#1473)

22 months agoUpdate Vulkan-Headers to v1.3.238 (#1472)
github-actions[bot] [Tue, 20 Dec 2022 16:48:45 +0000 (17:48 +0100)]
Update Vulkan-Headers to v1.3.238 (#1472)

Co-authored-by: GitHub <noreply@github.com>
22 months agoChange the required CMake version to 3.12. (#1470)
Andreas Süßenbach [Tue, 20 Dec 2022 09:09:01 +0000 (10:09 +0100)]
Change the required CMake version to 3.12. (#1470)

22 months agoAdd missing braces in union constructors on array members. (#1469)
Andreas Süßenbach [Tue, 13 Dec 2022 09:03:05 +0000 (10:03 +0100)]
Add missing braces in union constructors on array members. (#1469)

22 months agoAdd support of clang_format version 13 and 14. (#1468)
Andreas Süßenbach [Mon, 12 Dec 2022 16:30:35 +0000 (17:30 +0100)]
Add support of clang_format version 13 and 14. (#1468)

22 months agoUpdate Vulkan-Headers to v1.3.237 (#1466)
github-actions[bot] [Mon, 12 Dec 2022 09:13:44 +0000 (10:13 +0100)]
Update Vulkan-Headers to v1.3.237 (#1466)

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Andreas Süßenbach <asuessenbach@nvidia.com>
22 months agoMerge pull request #1464 from asuessenbach/CI
Andreas Süßenbach [Sun, 11 Dec 2022 21:40:16 +0000 (22:40 +0100)]
Merge pull request #1464 from asuessenbach/CI

Adjust ci-ubuntu.yml to latest changes of runners.

22 months agoAdjust ci-ubuntu.yml to latest changes of runners.
asuessenbach [Tue, 6 Dec 2022 22:17:47 +0000 (23:17 +0100)]
Adjust ci-ubuntu.yml to latest changes of runners.

22 months agoMerge pull request #1461 from KhronosGroup/update-vulkan-headers-pr
Andreas Süßenbach [Tue, 6 Dec 2022 15:49:13 +0000 (16:49 +0100)]
Merge pull request #1461 from KhronosGroup/update-vulkan-headers-pr

Update Vulkan-Headers to v1.3.236

22 months agoUpdate Vulkan-Headers to v1.3.236
GitHub [Tue, 6 Dec 2022 00:11:19 +0000 (00:11 +0000)]
Update Vulkan-Headers to v1.3.236

22 months agoMerge pull request #1460 from asuessenbach/commandset
Andreas Süßenbach [Tue, 29 Nov 2022 16:51:14 +0000 (17:51 +0100)]
Merge pull request #1460 from asuessenbach/commandset

Unify command set handling.

22 months agoUnify command set handling.
asuessenbach [Tue, 29 Nov 2022 08:18:43 +0000 (09:18 +0100)]
Unify command set handling.

22 months agoMerge pull request #1459 from asuessenbach/flags
Andreas Süßenbach [Tue, 29 Nov 2022 07:39:02 +0000 (08:39 +0100)]
Merge pull request #1459 from asuessenbach/flags

Simplyfied some generator functions by combining a couple of bool arguments into a Flags object.

22 months agoSimplyfied some generator functions by combining a couple of bool arguments into...
asuessenbach [Mon, 28 Nov 2022 15:53:24 +0000 (16:53 +0100)]
Simplyfied some generator functions by combining a couple of bool arguments into a Flags object.

22 months agoMerge pull request #1457 from asuessenbach/ClearColorValue
Andreas Süßenbach [Thu, 24 Nov 2022 08:56:21 +0000 (09:56 +0100)]
Merge pull request #1457 from asuessenbach/ClearColorValue

Introduce additional constructor for unions holding a fixed size array of data.

22 months agoIntroduce additional constructor for unions holding a fixed size array of data.
asuessenbach [Thu, 24 Nov 2022 07:59:50 +0000 (08:59 +0100)]
Introduce additional constructor for unions holding a fixed size array of data.

22 months agoMerge pull request #1456 from asuessenbach/depends
Andreas Süßenbach [Thu, 24 Nov 2022 07:01:01 +0000 (08:01 +0100)]
Merge pull request #1456 from asuessenbach/depends

Add support of more complex logic of attribute <depends>

22 months agoAdd support of more complex logic of attribute <depends>
asuessenbach [Wed, 23 Nov 2022 16:42:23 +0000 (17:42 +0100)]
Add support of more complex logic of attribute <depends>

22 months agoMerge pull request #1454 from asuessenbach/format_traits
Andreas Süßenbach [Wed, 23 Nov 2022 10:52:32 +0000 (11:52 +0100)]
Merge pull request #1454 from asuessenbach/format_traits

Add format trait function compatibilityClass()

22 months agoAdd format trait function compatibilityClass()
asuessenbach [Wed, 23 Nov 2022 09:27:32 +0000 (10:27 +0100)]
Add format trait function compatibilityClass()

22 months agoMerge pull request #1453 from asuessenbach/function
Andreas Süßenbach [Wed, 23 Nov 2022 07:48:46 +0000 (08:48 +0100)]
Merge pull request #1453 from asuessenbach/function

Add support for a new class of functions.

22 months agoAdd support for a new class of functions.
asuessenbach [Tue, 22 Nov 2022 18:22:16 +0000 (19:22 +0100)]
Add support for a new class of functions.

22 months agoMerge pull request #1452 from KhronosGroup/update-vulkan-headers-pr
Andreas Süßenbach [Mon, 21 Nov 2022 09:12:58 +0000 (10:12 +0100)]
Merge pull request #1452 from KhronosGroup/update-vulkan-headers-pr

Update Vulkan-Headers to v1.3.235

23 months agoUpdate Vulkan-Headers to v1.3.235
GitHub [Fri, 18 Nov 2022 00:12:31 +0000 (00:12 +0000)]
Update Vulkan-Headers to v1.3.235

23 months agoMerge pull request #1451 from asuessenbach/equal
Andreas Süßenbach [Thu, 17 Nov 2022 15:12:55 +0000 (16:12 +0100)]
Merge pull request #1451 from asuessenbach/equal

Use std::equal to compare array of null-terminated strings in structs.

23 months agoUse std::equal to compare array of null-terminated strings in structs.
asuessenbach [Thu, 17 Nov 2022 12:47:56 +0000 (13:47 +0100)]
Use std::equal to compare array of null-terminated strings in structs.

23 months agoMerge pull request #1449 from asuessenbach/static_assert
Andreas Süßenbach [Wed, 16 Nov 2022 09:15:18 +0000 (10:15 +0100)]
Merge pull request #1449 from asuessenbach/static_assert

Fix include guard of vulkan_static_assertions.hpp

23 months agoFix include guard of vulkan_static_assertions.hpp
asuessenbach [Wed, 16 Nov 2022 07:38:00 +0000 (08:38 +0100)]
Fix include guard of vulkan_static_assertions.hpp

23 months agoMerge pull request #1448 from asuessenbach/condition
Andreas Süßenbach [Mon, 14 Nov 2022 13:01:50 +0000 (14:01 +0100)]
Merge pull request #1448 from asuessenbach/condition

Remove outdated conditions around two init functions of the DispatchLoaderDynamic.

23 months agoRemove outdated conditions around two init functions of the DispatchLoaderDynamic.
asuessenbach [Mon, 14 Nov 2022 11:28:20 +0000 (12:28 +0100)]
Remove outdated conditions around two init functions of the DispatchLoaderDynamic.

23 months agoMerge pull request #1447 from asuessenbach/function
Andreas Süßenbach [Mon, 14 Nov 2022 10:45:35 +0000 (11:45 +0100)]
Merge pull request #1447 from asuessenbach/function

Extent support of functions returning some typed value

23 months agoExtent support of functions returning some typed value
asuessenbach [Mon, 14 Nov 2022 09:06:49 +0000 (10:06 +0100)]
Extent support of functions returning some typed value

23 months agoMerge pull request #1446 from KhronosGroup/update-vulkan-headers-pr
Andreas Süßenbach [Mon, 14 Nov 2022 08:47:33 +0000 (09:47 +0100)]
Merge pull request #1446 from KhronosGroup/update-vulkan-headers-pr

Update Vulkan-Headers to v1.3.234

23 months agoUpdate Vulkan-Headers to v1.3.234
GitHub [Fri, 11 Nov 2022 00:12:48 +0000 (00:12 +0000)]
Update Vulkan-Headers to v1.3.234

23 months agoMerge pull request #1445 from asuessenbach/depends
Andreas Süßenbach [Thu, 10 Nov 2022 06:59:41 +0000 (07:59 +0100)]
Merge pull request #1445 from asuessenbach/depends

Add support for attribute "depends".

23 months agoAdd support for attribute "depends".
asuessenbach [Wed, 9 Nov 2022 15:25:43 +0000 (16:25 +0100)]
Add support for attribute "depends".

23 months agoMerge pull request #1444 from asuessenbach/pluralS
Andreas Süßenbach [Wed, 9 Nov 2022 10:02:53 +0000 (11:02 +0100)]
Merge pull request #1444 from asuessenbach/pluralS

Improved plural-s detection in command names.

23 months agoImproved plural-s detection in command names.
asuessenbach [Wed, 9 Nov 2022 08:58:48 +0000 (09:58 +0100)]
Improved plural-s detection in command names.

23 months agoMerge pull request #1438 from asuessenbach/flags
Andreas Süßenbach [Mon, 7 Nov 2022 13:27:38 +0000 (14:27 +0100)]
Merge pull request #1438 from asuessenbach/flags

Fix Flags<T>::operator~()

23 months agoMerge pull request #1442 from KhronosGroup/update-vulkan-headers-pr
Andreas Süßenbach [Mon, 7 Nov 2022 12:41:14 +0000 (13:41 +0100)]
Merge pull request #1442 from KhronosGroup/update-vulkan-headers-pr

Update Vulkan-Headers to v1.3.233

23 months agoMerge pull request #1439 from asuessenbach/handles
Andreas Süßenbach [Mon, 7 Nov 2022 12:37:38 +0000 (13:37 +0100)]
Merge pull request #1439 from asuessenbach/handles

Add support for handle creation functions taking createInfo structs that are not an anchor of a structure chain.

23 months agoAdd support for handle creation functions taking createInfo structs that are not...
asuessenbach [Thu, 3 Nov 2022 16:26:18 +0000 (17:26 +0100)]
Add support for handle creation functions taking createInfo structs that are not an anchor of a structure chain.

23 months agoFix Flags<T>::operator~()
asuessenbach [Wed, 2 Nov 2022 07:23:33 +0000 (08:23 +0100)]
Fix Flags<T>::operator~()

23 months agoUpdate Vulkan-Headers to v1.3.233
GitHub [Mon, 7 Nov 2022 00:12:52 +0000 (00:12 +0000)]
Update Vulkan-Headers to v1.3.233

23 months agoMerge pull request #1443 from asuessenbach/macos
Andreas Süßenbach [Sun, 6 Nov 2022 22:00:50 +0000 (23:00 +0100)]
Merge pull request #1443 from asuessenbach/macos

Switch MacOS CI from using macos-latest to macos-11, trying to make it work again!

23 months agoSwitch MacOS CI from using macos-latest to macos-11, trying to make it work again!
asuessenbach [Fri, 4 Nov 2022 14:16:26 +0000 (15:16 +0100)]
Switch MacOS CI from using macos-latest to macos-11, trying to make it work again!

23 months agoMerge pull request #1436 from KhronosGroup/update-vulkan-headers-pr
Andreas Süßenbach [Mon, 31 Oct 2022 10:05:46 +0000 (11:05 +0100)]
Merge pull request #1436 from KhronosGroup/update-vulkan-headers-pr

Update Vulkan-Headers to v1.3.232

23 months agoUpdate Vulkan-Headers to v1.3.232
GitHub [Fri, 28 Oct 2022 00:12:55 +0000 (00:12 +0000)]
Update Vulkan-Headers to v1.3.232

23 months agoMerge pull request #1434 from asuessenbach/constructors
Andreas Süßenbach [Wed, 26 Oct 2022 09:13:18 +0000 (11:13 +0200)]
Merge pull request #1434 from asuessenbach/constructors

Move explicitly defaulted copy assignment operators of structs into !defined(VULKAN_HPP_NO_STRUCT_CONSTRUCTORS) section

23 months agoMove explicitly defaulted copy assignment operators of structs into !defined(VULKAN_H...
asuessenbach [Wed, 26 Oct 2022 06:56:25 +0000 (08:56 +0200)]
Move explicitly defaulted copy assignment operators of structs into !defined(VULKAN_HPP_NO_STRUCT_CONSTRUCTORS) section

To explicitly default the copy assignment operator is only needed, if there are other constructors. Otherwise, some compilers warn about it.

23 months agoMerge pull request #1433 from asuessenbach/release
Andreas Süßenbach [Tue, 25 Oct 2022 15:57:13 +0000 (17:57 +0200)]
Merge pull request #1433 from asuessenbach/release

Introduce function release() to all vk::raii::HandleTypes.

23 months agoIntroduce function release() to all vk::raii::HandleTypes.
asuessenbach [Tue, 25 Oct 2022 10:11:29 +0000 (12:11 +0200)]
Introduce function release() to all vk::raii::HandleTypes.