- Generates Vulkan function loader.
- Added
[[nodiscard]]
if function returnsVkResult
. - Multi-device support: instance functions in global space, device functions in structure.
- Dummy functions to avoid crashes.
- Added
- Generates Vulkan initialization with specified extensions.
SeeGenerator::_GetFeatures()
to configure extensions. - Generates constants to string functions which is used in VulkanSyncLog module.
See VulkanLoader.