Updated vulkan pipeline compiler

This commit is contained in:
Alejandro Saucedo 2020-08-31 08:06:38 +01:00
parent 304a7cf49f
commit 8841063e31
2 changed files with 2 additions and 2 deletions

View file

@ -1332,7 +1332,7 @@ class OpMult : public OpAlgoBase<tX, tY, tZ>
SPDLOG_DEBUG("Kompute OpMult constructor with params");
#ifndef RELEASE
this->mOptSpirvBinPath = "shaders/glsl/opmult.comp.spv";
this->mOptSpirvBinPath = "shaders/glsl/opmult.comp";
#endif
}

View file

@ -52,7 +52,7 @@ class OpMult : public OpAlgoBase<tX, tY, tZ>
SPDLOG_DEBUG("Kompute OpMult constructor with params");
#ifndef RELEASE
this->mOptSpirvBinPath = "shaders/glsl/opmult.comp.spv";
this->mOptSpirvBinPath = "shaders/glsl/opmult.comp";
#endif
}