-
> Furthermore, the C++ module also pre-defines VULKAN_HPP_DEFAULT_DISPATCHER_DYNAMIC_STORAGE by default.
Therefore, if you wish to use dynamic dispatch with the Vulkan-Hpp C++ module, all that is nec…
-
```
~/Vulkan-Hpp $ git pull && git submodule foreach git pull && date
Already up to date.
Entering 'Vulkan-Headers'
Already up to date.
Entering 'glfw'
Already up to date.
Entering 'glm'
Alrea…
-
Which compiler works for this, I'm very interested in this.
-
I've been wanting to add support for [C++20 modules](https://clang.llvm.org/docs/StandardCPlusPlusModules.html) to Vulkan-Hpp ever since I began using it. I was thinking of implementing something simi…
-
I ran into this issue when experimenting with C++20 modules, when a module's extension was .cppm.
![image](https://user-images.githubusercontent.com/50080567/236457359-d75ece35-ac6d-4cf3-9d9b-93f89f3…
-
Hi,
I have compilation errors using the new vulkan.cppm on macOS with clang 16.0.6 from homebrew, CMake 3.26.4 and ninja 1.11.1. I am including the vulkan-headers repo with cmake's FetchContent.
M…
-
```~/ $ rm -rf Vulkan-Hpp
git clone --recurse-submodules https://github.com/KhronosGroup/Vulkan-Hpp.git >> /dev/null
~/ $ cd Vulkan-Hpp
~/Vulkan-Hpp $ clang++ --version
clang version 17.0.2
Targe…
-
### Description
Looks like test suite is failing in two units.
### Reproduction steps
cmake settings:
```console
-- Cache values
BUILD_TESTING:BOOL=ON
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CM…
-
I am trying to use clangd for working with C++20 modules. I have created working build system for C++20 modules (based on Gradle) but still no luck with any IDE to have fully functional code navigatio…
-
### Description
https://github.com/microsoft/WSL/issues/8681
This is a regression in NDK r25. It is still reproducible with NDK r25b.
I have not tested NDK r24.
NDK r23c works fine on WSL1.
`…