Logan
Logan
I'm just compiling glsl to spv. ```cpp glslang::GlslangToSpv(*program.getIntermediate(stage), spirv) ``` It seams that the implementation of GlslangToSpv in SPIRV.lib. https://github.com/KhronosGroup/glslang/blob/master/SPIRV/GlslangToSpv.cpp *And, I use vulkan sdk and link the libraries from...
Did you set CMAKE_BUILD_TYPE to Debug in cmake? ``` set(CMAKE_BUILD_TYPE Debug CACHE STRING "Build Type") ```
I use the vulkan sdk, I can't modify the macro ENABLE_OPT.