Andreas Süßenbach
|
f618b6bd5d
|
Cleanup work on enum value handling. (#1573)
|
2023-05-04 13:35:50 +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
|
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 |
|
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
|
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
|
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 |
|
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
|
a11116394a
|
Simplified and corrected structure alias handling. (#1538)
|
2023-03-21 11:22:48 +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 |
|
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
|
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
|
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
|
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 |
|
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 |
|
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 |
|
Andreas Süßenbach
|
ab08f20c01
|
Sort handle classes by feature and extension. (#1500)
|
2023-02-08 17:21:03 +01:00 |
|
github-actions[bot]
|
83adc3fa57
|
Update Vulkan-Headers to v1.3.240 (#1497)
Co-authored-by: GitHub <noreply@github.com>
|
2023-01-30 09:40:19 +01:00 |
|
Andreas Süßenbach
|
e40e6b641e
|
Update Vulkan-Headers to v1.3.239 (#1489)
|
2023-01-23 10:37:51 +01:00 |
|
Andreas Süßenbach
|
68512e6702
|
Add options for clang-format 15. (#1480)
|
2023-01-16 17:38:34 +01:00 |
|
Andreas Süßenbach
|
5e8166e284
|
Handle potential shadowing of function parameter name "objectType" with class member. (#1476)
|
2023-01-09 11:32:23 +01:00 |
|
github-actions[bot]
|
e4b8afe005
|
Update Vulkan-Headers to v1.3.238 (#1472)
Co-authored-by: GitHub <noreply@github.com>
|
2022-12-20 17:48:45 +01:00 |
|
Andreas Süßenbach
|
49a288231b
|
Add missing braces in union constructors on array members. (#1469)
|
2022-12-13 10:03:05 +01:00 |
|
Andreas Süßenbach
|
23a13e4707
|
Add support of clang_format version 13 and 14. (#1468)
|
2022-12-12 17:30:35 +01:00 |
|
github-actions[bot]
|
d3728e63a1
|
Update Vulkan-Headers to v1.3.237 (#1466)
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Andreas Süßenbach <asuessenbach@nvidia.com>
|
2022-12-12 10:13:44 +01:00 |
|
GitHub
|
fb561d8092
|
Update Vulkan-Headers to v1.3.236
|
2022-12-06 00:11:19 +00:00 |
|
asuessenbach
|
561354a79b
|
Unify command set handling.
|
2022-11-29 13:38:36 +01:00 |
|
asuessenbach
|
556c0d3434
|
Introduce additional constructor for unions holding a fixed size array of data.
|
2022-11-24 08:59:50 +01:00 |
|
asuessenbach
|
9eab4b61e1
|
Add format trait function compatibilityClass()
|
2022-11-23 10:51:18 +01:00 |
|
GitHub
|
aed619647c
|
Update Vulkan-Headers to v1.3.235
|
2022-11-18 00:12:31 +00:00 |
|
asuessenbach
|
1b61fc6cf7
|
Use std::equal to compare array of null-terminated strings in structs.
|
2022-11-17 14:05:55 +01:00 |
|
asuessenbach
|
412471771a
|
Fix include guard of vulkan_static_assertions.hpp
|
2022-11-16 08:38:00 +01:00 |
|
asuessenbach
|
73276f2c26
|
Remove outdated conditions around two init functions of the DispatchLoaderDynamic.
|
2022-11-14 12:28:20 +01:00 |
|
asuessenbach
|
196978705e
|
Extent support of functions returning some typed value
|
2022-11-14 10:06:49 +01:00 |
|
GitHub
|
c873ad307d
|
Update Vulkan-Headers to v1.3.234
|
2022-11-11 00:12:48 +00:00 |
|
Andreas Süßenbach
|
d6493eae1d
|
Merge pull request #1438 from asuessenbach/flags
Fix Flags<T>::operator~()
|
2022-11-07 14:27:38 +01:00 |
|