I installed Vulkan SDK 1.4.357.0 and got this error:
NoGraphicsAPI examples require Slang 2026.14.1 or newer; found '2026.13.1-1-g84792eb15' at C:/VulkanSDK/1.4.357.0/Bin/slangc.exe
Not sure if you intended to bump Slang beyond the latest bundled vulkan release? I nuked the version checks in examples\NoGraphicsAPI_slang.cmake and got it to build and run the examples fine on my windows env.
In case these are relevant at all:
cmake version 3.30.5
Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35228 for x64
winsdk 10.0.26100.0
NVIDIA GeForce RTX 4070 32.0.16.1656
I installed Vulkan SDK 1.4.357.0 and got this error:
NoGraphicsAPI examples require Slang 2026.14.1 or newer; found '2026.13.1-1-g84792eb15' at C:/VulkanSDK/1.4.357.0/Bin/slangc.exeNot sure if you intended to bump Slang beyond the latest bundled vulkan release? I nuked the version checks in
examples\NoGraphicsAPI_slang.cmakeand got it to build and run the examples fine on my windows env.In case these are relevant at all: