From 7b8f30221a4c8d27290863e9f75640998e655ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Mon, 9 Oct 2023 13:37:36 +0200 Subject: [PATCH] Extend not on module usage with Visual Studio. (#1684) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 534753a..d7138a6 100644 --- a/README.md +++ b/README.md @@ -677,7 +677,7 @@ Some functions might provide information that depends on the vulkan version. As #### Note on MS Visual Studio 2022 -The current version of MS Visual Studio 2022 is not able to handle the vulkan.cppm module. A bug is filed (https://developercommunity.visualstudio.com/t/On-building-a-C20-module:-fatal--error/10469799#T-ND10485943). +The current version of MS Visual Studio 2022 is not able to handle the vulkan.cppm module. A bug is filed (https://developercommunity.visualstudio.com/t/On-building-a-C20-module:-fatal--error/10469799#T-ND10485943). You can at least use this feature if you don't need or want to use `vk::UniqueHandle` or `vk::SharedHandle` by defining `VULKAN_HPP_NO_SMART_HANDLE`. #### Overview