Commit Graph

1832 Commits

Author SHA1 Message Date
Andreas Süßenbach
5d8c550b0d Mark vk::ResultValue::asTuple() & as deprecated, introduce vk::ResultValue::asTuple() && (#1605) 2023-06-27 11:31:29 +02:00
github-actions[bot]
3d95b910da Update Vulkan-Headers to v1.3.255 (#1604)
Co-authored-by: GitHub <noreply@github.com>
2023-06-26 14:12:49 +02:00
Andreas Süßenbach
389d1250cd Add specializations of std::tuple_element and std::tuple_size for vk::StructureChain. (#1602) 2023-06-22 14:02:39 +02:00
Andreas Süßenbach
13808e5875 Introduce operator==() and operator!=() to compare vk-handles with nullptr. (#1600) 2023-06-22 09:07:26 +02:00
Andreas Süßenbach
98d2b53258 Fix some formatting. (#1599) 2023-06-21 13:33:29 +02:00
Andreas Süßenbach
e8eac44fe1 Update StructureChain.cpp 2023-06-21 09:19:40 +02:00
Andreas Süßenbach
50c537eb91 Update StructureChain.hpp 2023-06-21 09:17:06 +02:00
Andreas Süßenbach
397ffad84a Fix defines in workflow files to enable compilation of tests and samples in CI. (#1595) 2023-06-20 14:43:35 +02:00
Andreas Süßenbach
9f89f760a6 Update Vulkan-Headers to v1.3.254 (#1596) 2023-06-19 15:02:19 +02:00
Andreas Süßenbach
c55cf16397 Fix wrong usage of 'structureChains' in generating functions returning a StructureChain and a vector of data. (#1594) 2023-06-19 12:46:04 +02:00
Andreas Süßenbach
babfbddf32 Add support for new element <sync> in vk.xml (#1590)
That element tree is just parsed and some checks are done.
2023-06-13 14:25:23 +02:00
Andreas Süßenbach
bc19e479f9 Fix determination of StructureChainAllocater usage for returned parameters. (#1591) 2023-06-13 14:24:10 +02:00
GitHub
0ab2f4a18a Update Vulkan-Headers to v1.3.253 2023-06-11 16:53:55 +02:00
GitHub
18bce4a642 Update Vulkan-Headers to v1.3.252 2023-06-03 05:57:43 -07:00
GitHub
9c3fb4f8df Update Vulkan-Headers to v1.3.251 2023-05-30 02:36:42 -07:00
riven
763e1f913e Update vk_raii_ProgrammingGuide.md (#1581)
fixed typo (CommanPool -> CommandPool)
2023-05-25 13:46:38 +02:00
Andreas Süßenbach
523491a7df Extent extension dependency inspection to allow multiple sets of dependencies per version. (#1578) 2023-05-17 10:23:27 +02:00
Andreas Süßenbach
40e76b7c24 Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
github-actions[bot]
d4d0ac4859 Update Vulkan-Headers to v1.3.250 (#1574)
Co-authored-by: GitHub <noreply@github.com>
2023-05-08 11:07:25 +02:00
Andreas Süßenbach
f618b6bd5d Cleanup work on enum value handling. (#1573) 2023-05-04 13:35:50 +02:00
Michael Ferrari
3a1d6cbcab Expose the dispatch member of deleters (#1569) 2023-05-03 12:03:28 +02:00
github-actions[bot]
4e3e3e026d Update Vulkan-Headers to v1.3.249 (#1571)
Co-authored-by: GitHub <noreply@github.com>
2023-05-02 13:31:35 +02:00
Andreas Süßenbach
f25639bd17 Cleanup in CMakeLists.txt (#1566) 2023-04-27 16:16:10 +02:00
Andreas Süßenbach
6bf5c311b2 Add support for a new class of functions (#1570)
plus refactor returnType generation
2023-04-26 10:56:57 +02:00
Andreas Süßenbach
95c622a64f Extend support of some special type of functions. (#1567) 2023-04-24 18:06:06 +02:00
github-actions[bot]
f06c4aa1d3 Update Vulkan-Headers to v1.3.248 (#1565)
Co-authored-by: GitHub <noreply@github.com>
2023-04-24 11:04:14 +02:00
Andreas Süßenbach
e1d6ec8abf Cleanup up on CMakeLists.txt (#1564) 2023-04-20 16:50:26 +02:00
Andreas Süßenbach
20cb37e39f Add support of new extension attribute "ratified". (#1563) 2023-04-17 13:51:24 +02:00
Andreas Süßenbach
698dea9e50 Add some words on the new extension inspection functions to the README.md. (#1562) 2023-04-17 13:25:41 +02:00
github-actions[bot]
3bcbb39802 Update Vulkan-Headers to v1.3.247 (#1560)
Co-authored-by: GitHub <noreply@github.com>
2023-04-17 11:55:11 +02:00
Andreas Süßenbach
3427b0039b Introduce overload of getExtensionDepends to get availability and dependencies by vulkan version. (#1559) 2023-04-12 11:48:59 +02:00
Andreas Süßenbach
9de0959474 Introduce extension inspection function vk::getExtensionDepends. (#1558) 2023-04-11 17:49:02 +02:00
Andreas Süßenbach
d1d80ae723 Introduce extension inspection functions get[Device|Instance|Deprecated|Promoted|Obsoleted]Extension; renamed some of the previous extension inspection functions (#1556) 2023-04-11 09:14:50 +02:00
Andreas Süßenbach
a4841bc2f0 Add new extension inspection functions getExtensionObsoletedBy() and isExtensionObsoleted() (#1555) 2023-04-05 13:37:34 +02:00
Andreas Süßenbach
bf8bee64e1 Mark all projects as C++-only. (#1554) 2023-04-05 09:50:26 +02:00
Andreas Süßenbach
be1bb7645f Add new extension inspection functions getExtensionPromotedTo() and isExtensionPromoted() (#1553) 2023-04-04 10:45:15 +02:00
Andreas Süßenbach
678295aa75 Update Vulkan-Headers to v1.3.246 (#1551) 2023-04-03 13:29:44 +02:00
Andreas Süßenbach
35ab2bb711 Fix handling of multiple vs. single success codes on handle creation with vulkan_raii.hpp. (#1550) 2023-04-03 12:10:39 +02:00
Andreas Süßenbach
91a92c6c5f Add functions isExtensionDeprecated() and getExtensionDeprecatedBy() to extension_inspection. (#1547) 2023-03-30 13:25:09 +02:00
Andreas Süßenbach
2175530fd0 Improved tokenizing of extension attribute "depends" (#1546) 2023-03-29 13:33:42 +02:00
Andreas Süßenbach
4420e1f91e First set of extension inspection helper functions: isDeviceExtension and isInstanceExtension (#1545) 2023-03-28 17:33:11 +02:00
Andreas Süßenbach
9d5220db12 Extend default case in throwResultException to also get the actual message. (#1544) 2023-03-27 12:31:14 +02:00
Andreas Süßenbach
cfed28c23d Resolve warning on a struct with multiple array members with the same len. (#1543) 2023-03-27 11:06:47 +02:00
github-actions[bot]
beb3f6f35e Update Vulkan-Headers to v1.3.245 (#1540)
Co-authored-by: GitHub <noreply@github.com>
2023-03-27 09:46:47 +02:00
Andreas Süßenbach
01db23af60 Minor cleanup work. (#1539) 2023-03-22 08:52:35 +01:00
Andreas Süßenbach
a11116394a Simplified and corrected structure alias handling. (#1538) 2023-03-21 11:22:48 +01:00
Andreas Süßenbach
c45c87b559 Minor cleanup on supported/unsupported features/extensions. (#1537) 2023-03-21 08:10:00 +01:00
github-actions[bot]
1bd3877dcc Update Vulkan-Headers to v1.3.244 (#1535)
Co-authored-by: GitHub <noreply@github.com>
2023-03-20 10:03:08 +01:00
Andreas Süßenbach
086af6f3d7 Removed an invalid assertion in readRequireEnum. (#1534) 2023-03-16 17:16:12 +01:00
Andreas Süßenbach
044844394c Add support for a new class of commands. (#1533) 2023-03-15 13:02:48 +01:00