Stop dumping source glsl into the console
This commit is contained in:
parent
3cdeebf6bc
commit
c557c51eb6
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@ std::vector<uint32_t> compile_glsl_to_spv(const std::string_view source_string,
|
|||
glslang::EShClientVulkan,
|
||||
ClientInputSemanticsVersion);
|
||||
|
||||
|
||||
prism::log("compiling {}", newString);
|
||||
|
||||
// we are targeting vulkan 1.1, so that uses SPIR-V 1.3
|
||||
shader.setEnvClient(glslang::EShClientVulkan, glslang::EShTargetVulkan_1_1);
|
||||
shader.setEnvTarget(glslang::EShTargetSpv, glslang::EShTargetSpv_1_3);
|
||||
|
|
Reference in a new issue