What's Changed
- Re-add compare operators of vk-handles, needed for 32bit builds. by @asuessenbach in #2010
- Add some comment on windows workflow by @asuessenbach in #2014
- Include vulkan.hpp, instead of vulkan_enums.hpp in vulkan_to_string.hpp. by @asuessenbach in #2016
- Include vulkan_to_string.hpp in vulkan.cppm by @asuessenbach in #2017
- Export detail::getDispatchLoaderStatic in vulkan.cppm by @asuessenbach in #2008
- Adjust namespace of compare operators on vk-handles. by @asuessenbach in #2013
- Introduce vk-version of the funcpointers by @asuessenbach in #2020
- Add funcpointer types to vulkan.cppm. by @asuessenbach in #2022
- Export the C-type VkGeometryInstanceFlagsKHR in vulkan.cppm. by @asuessenbach in #2023
- Change using WIN32 to _WIN32 by @asuessenbach in #2032
- Introduce vk::PFN_VoidFunction as a replacement of PFN_vkVoidFunction by @asuessenbach in #2033
- Parallelize the generation of the files. by @asuessenbach in #2035
- Remove special assertion on eFreeDescriptorSet in function Device::createDescriptorPool by @asuessenbach in #2038
- Update Vulkan-Headers to v1.4.304 by @asuessenbach in #2039
Full Changelog: v1.3.303...v1.4.304