Updated vulkan pipeline compiler
This commit is contained in:
parent
304a7cf49f
commit
8841063e31
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue