Extend not on module usage with Visual Studio. (#1684)

This commit is contained in:
Andreas Süßenbach 2023-10-09 13:37:36 +02:00 committed by GitHub
parent b961a1a4c2
commit 7b8f30221a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,7 @@ Some functions might provide information that depends on the vulkan version. As
#### Note on MS Visual Studio 2022 #### 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 #### Overview