Closed jsjtxietian closed 2 months ago
Also I got this error when build:
LNK2019 unresolved external symbol "bool __cdecl glslang::InitThread(void)" (?InitThread@glslang@@YA_NXZ) referenced in function ShConstructCompiler Chapter01_Triangle The-Modern-Vulkan-Cookbook\build\source\chapter1\MachineIndependentd.lib(ShaderLang.obj)
LNK2019 unresolved external symbol "bool __cdecl glslang::InitProcess(void)" (?InitProcess@glslang@@YA_NXZ) referenced in function ShInitialize Chapter01_Triangle The-Modern-Vulkan-Cookbook\build\source\chapter1\MachineIndependentd.lib(ShaderLang.obj)
I'm using vs2022 and vulkan sdk 1.3.239.0
For cloning below should help
Can you use the latest version of the SDK, we tested with Vulkan SDK 1.3.268.0 which is preferred, 1.3.239.0 may be too old.
Thanks, it compiles now !
we tested with Vulkan SDK 1.3.268.0 which is preferred, 1.3.239.0 may be too old.
It is indeed modern vulkan, I really appreciate it !
Hi thanks for the great work. When I clone the repo, the following error message appeared:
Seems different from https://github.com/PacktPublishing/The-Modern-Vulkan-Cookbook/issues/6
The log :