v1.3.271
What's Changed
- Fix ArrayWrapper1D::operator std::string() and ArrayWrapper1D::operator std::string_view() to return a string/string_view of the correct length. by @asuessenbach in #1725
- Update readme on using vulkan-headers instead of vulkan-hpp with vcpkg. by @asuessenbach in #1726
- Include headers holding feature-test macros in vulkan_hpp_macros.hpp. by @asuessenbach in #1727
- Remove warning on "ratified" and "supported" being different for an extension. by @asuessenbach in #1728
- Use vk::Format that matches coloredCubeData in DynamicUniform RAII sample by @cutieskye in #1729
- Add missing includes by @poconn in #1730
- Update Vulkan-Headers to v1.3.271 by @github-actions in #1739
New Contributors
Full Changelog: v1.3.270...v1.3.271