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 |
|
Andreas Süßenbach
|
fa079aefaa
|
Improve handling of attribute "stride" (#1532)
|
2023-03-13 14:48:55 +01:00 |
|
github-actions[bot]
|
2acce33951
|
Update Vulkan-Headers to v1.3.243 (#1531)
Co-authored-by: GitHub <noreply@github.com>
|
2023-03-13 10:38:56 +01:00 |
|
Andreas Süßenbach
|
aac3be4855
|
Second step in generalizing handling of attribute "altLen" (#1529)
|
2023-03-13 09:08:01 +01:00 |
|
Andreas Süßenbach
|
f4b679c7e7
|
First step in generalizing handling of attribute "altLen". (#1528)
|
2023-03-09 10:04:33 +01:00 |
|
Andreas Süßenbach
|
9bee68b723
|
Adjust name of included vulkan header. (#1527)
|
2023-03-08 10:10:54 +01:00 |
|
Andreas Süßenbach
|
da4ab05a14
|
Adjust include snippet of vulkan[sc].hpp to actually use vulkan[sc]. (#1526)
|
2023-03-07 17:32:10 +01:00 |
|
Andreas Süßenbach
|
4befd8e643
|
extend workflow run to generate vulkansc*.hpp (#1525)
|
2023-03-07 14:07:16 +01:00 |
|
Andreas Süßenbach
|
ae07aa7254
|
First version to support both, "vulkan" and "vulkansc". (#1524)
The files set generated is controlled by command line argument -api [vulkan|vulkansc]
|
2023-03-07 08:23:14 +01:00 |
|
Andreas Süßenbach
|
31554d2aca
|
Simplify enum value alias handling. (#1523)
* Simplify enum value handling.
* Simplified enum value generation
|
2023-03-06 08:37:40 +01:00 |
|
Andreas Süßenbach
|
81633480b9
|
Simplified enum value handling (#1522)
|
2023-03-02 22:14:37 +01:00 |
|
Andreas Süßenbach
|
9e66a8886a
|
Refactor reading procedures (#1521)
|
2023-03-01 10:17:02 +01:00 |
|
github-actions[bot]
|
c499dd0f79
|
Update Vulkan-Headers to v1.3.242 (#1520)
Co-authored-by: GitHub <noreply@github.com>
|
2023-02-27 13:35:15 +01:00 |
|
Andreas Süßenbach
|
bceab2b9d2
|
Change assertion to condition on generating the vector size check. (#1518)
|
2023-02-23 10:07:26 +01:00 |
|
Andreas Süßenbach
|
2207dc92c6
|
Corrected handling of attribute "depends" of <require> sections on extending enums. (#1517)
|
2023-02-22 16:20:44 +01:00 |
|
github-actions[bot]
|
3853394ffa
|
Update Vulkan-Headers to v1.3.241 (#1516)
Co-authored-by: GitHub <noreply@github.com>
|
2023-02-21 11:20:28 +01:00 |
|
Andreas Süßenbach
|
71acf3515b
|
Change requiredIn in TypeData from std::string to std::set<std::string> (#1514)
+ some member data renaming
|
2023-02-20 20:01:34 +01:00 |
|
Stephan Seitz
|
f7efd5e55e
|
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
|
2023-02-20 17:48:47 +01:00 |
|
Andreas Süßenbach
|
00eee2ef0f
|
Change referencedIn in CommandData from std::string to std::set<std::string> (#1512)
|
2023-02-20 15:58:14 +01:00 |
|
Stephan Seitz
|
cae1916b24
|
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
|
2023-02-20 15:57:53 +01:00 |
|
Stephan Seitz
|
bd81847c98
|
ci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) (#1511)
|
2023-02-20 11:51:44 +01:00 |
|
Andreas Süßenbach
|
7c073da2c1
|
Adjust handling of attribute "depends" in <extension> (#1508)
|
2023-02-16 16:07:33 +01:00 |
|
Andreas Süßenbach
|
a3cd63a4e2
|
Add handling of attribute "deprecated", extend handling of attribute "api" (#1506)
|
2023-02-16 13:12:55 +01:00 |
|
Andreas Süßenbach
|
1e95278b04
|
Renamed member functions and variables from "skipped" to "removed". (#1505)
|
2023-02-16 08:24:33 +01:00 |
|
Andreas Süßenbach
|
25289b1d0d
|
Added missing support of attribute "comment" in require clause of extensions. (#1504)
|
2023-02-15 17:13:02 +01:00 |
|
Andreas Süßenbach
|
52881a3879
|
Add test for vk::Flags. (#1502)
|
2023-02-13 13:36:43 +01:00 |
|
Andreas Süßenbach
|
ab08f20c01
|
Sort handle classes by feature and extension. (#1500)
|
2023-02-08 17:21:03 +01:00 |
|
Andreas Süßenbach
|
e651117495
|
Unify detection logic for raii- and non-raii-command-generation (#1499)
|
2023-02-02 14:09:45 +01:00 |
|