Commit Graph

318 Commits

Author SHA1 Message Date
Andreas Süßenbach
f618b6bd5d
Cleanup work on enum value handling. (#1573) 2023-05-04 13:35:50 +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
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
91a92c6c5f
Add functions isExtensionDeprecated() and getExtensionDeprecatedBy() to extension_inspection. (#1547) 2023-03-30 13:25:09 +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
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
fa079aefaa
Improve handling of attribute "stride" (#1532) 2023-03-13 14:48:55 +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
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
Andreas Süßenbach
2207dc92c6
Corrected handling of attribute "depends" of <require> sections on extending enums. (#1517) 2023-02-22 16:20:44 +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
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
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
Andreas Süßenbach
d796a40abb
Add support for filtering out vulkansc stuff. (#1496) 2023-01-26 17:12:29 +01:00
Andreas Süßenbach
8179bd05bd
Add support for a new class of commands. (#1481) 2023-01-20 20:41:26 +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
asuessenbach
561354a79b Unify command set handling. 2022-11-29 13:38:36 +01:00
asuessenbach
1365fa3c27 Simplyfied some generator functions by combining a couple of bool arguments into a Flags object. 2022-11-28 16:53:24 +01:00
asuessenbach
ad5f67d330 Add support of more complex logic of attribute <depends> 2022-11-23 17:42:23 +01:00
asuessenbach
7b5fc43e10 Add support for attribute "depends". 2022-11-09 16:25:43 +01:00
asuessenbach
2382684a69 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.
2022-10-26 08:56:25 +02:00
asuessenbach
d5ad2e1883 Introduce function release() to all vk::raii::HandleTypes. 2022-10-25 12:11:29 +02:00
asuessenbach
1ab5fa6550 Support structs holding arrays of data, where the data size is given by a pointer-type.
In that case, no improved constructor and no improved setters are generated.

Plus some minor cleanup.
2022-10-24 10:39:19 +02:00
asuessenbach
4bf02b2588 Reorganized generating bitmasks in vulkan_enums.hpp. 2022-10-17 16:10:36 +02:00
asuessenbach
a49fd51629 Minor cleanup on bitmask generation. 2022-10-05 16:58:40 +02:00
asuessenbach
a55e3eb2a0 Cleanup on protection handling
+ some other minor cleanup
2022-10-05 09:28:37 +02:00
asuessenbach
1173c9ab77 Allow union attribute "selection" to have multiple comma-separted values. 2022-09-27 08:50:36 +02:00
asuessenbach
6fe966c6d9 Fix inconsistency with return type of vk::raii::SwapchainKHR::getImages()
+ some minor cleanup
2022-09-21 10:08:07 +02:00
asuessenbach
34725b3192 Introduce helper class vk::StridedArrayProxy; use it on functions with parameters having the 'stride' attribute. 2022-09-12 16:53:44 +02:00
asuessenbach
5ede04aa9d Add support for functions returning more than one success code and getting two values. 2022-08-30 10:47:43 +02:00
asuessenbach
e8bf9bed9a Move all the static_assertions from vulkan_handles.hpp and vulkan_structs.hpp into the new header vulkan_static_assertions.hpp 2022-08-03 11:53:57 +02:00
Andreas Süßenbach
a57b04a569
Merge pull request #1374 from asuessenbach/refactor
Refactor top-level file generation function.
2022-08-02 12:07:23 +02:00
asuessenbach
a8a2c5f910 Refactor top-level file generation function. 2022-08-02 10:00:16 +02:00
asuessenbach
95507d1e7c Removed some dead code. 2022-08-02 08:18:26 +02:00
Andreas Süßenbach
f50243e683
Merge pull request #1372 from asuessenbach/refactor
Refactor top-level function to generate vulkan.hpp
2022-08-01 17:40:22 +02:00
asuessenbach
893d6847bb Refactor top-level function to generate vulkan.hpp 2022-08-01 16:40:15 +02:00
asuessenbach
cb4a573b42 Combine two types of commands into one generation function 2022-08-01 14:53:06 +02:00
asuessenbach
e8179c8f49 Combine two types of commands into one generation function 2022-08-01 11:32:05 +02:00