moritz-h
moritz-h
> IMO #35479 had some aspects which weren't understood well enough before merge. I see the spirv-tools change, but at least it increases consistency within the spirv family. And we...
This comment is interesting: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9158#note_1469480 In the linked comment from there, there is a discussion about deprecating FindVulkan in CMake and maybe replace it. In that discussion was also the...
(@dg0yt @Neumann-A ping as you recently updated the Vulkan things) FYI: CMake will remove the FindVulkan module via a policy, see https://gitlab.kitware.com/cmake/cmake/-/issues/25617 All Vulkan related libraries seems to now have...
That is not exactly what I meant. I meant drop support in the sense of not actively fixing in vcpkg what is broken already upstream and maybe remove actively testing...
The thing is, it would break anyway if ports would use the latest upstream Vulkan SDK. So far I thought one of the vcpkg principles is to follow upstream as...
Now with #36262 merged this could be seen as the remaining part of the vulkan SDK update. glslang 14.0.0 is the same version included in the 1.3.275.0 vulkan SDK release.
@Neumann-A CMake 3.29.0 will fix the broken FindVulkan module, see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9225 I added a CMake version check around testing for the glslang component. So if using CMake >= 3.29 nothing...
@LilyWangLL do you have an update on what exactly the problem with "VS code" is?
Ok, I think I found something. This has probably nothing to do with VS Code itself, but you configured your system that it opens Python files with VS Code instead...
I started this extension with just Firefox in mind. I tried it with chrome, just out of the box, it does not run. If I find some time a can...