From 18e912955e46ea6e431f336c7ee384759139f7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Mon, 9 Oct 2023 11:56:47 +0200 Subject: [PATCH] Add some note in README.md, that our modules are not working with VS 2022. (#1683) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56ece40..534753a 100644 --- a/README.md +++ b/README.md @@ -675,6 +675,10 @@ Some functions might provide information that depends on the vulkan version. As ### C++20 standard module +#### 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). + #### Overview