Changed shader path lookup
This commit is contained in:
parent
eb3d68fb5c
commit
a124271b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ void VulkanExampleBase::destroyCommandBuffers()
|
||||||
|
|
||||||
std::string VulkanExampleBase::getShadersPath() const
|
std::string VulkanExampleBase::getShadersPath() const
|
||||||
{
|
{
|
||||||
return getAssetPath() + "shaders/" + shaderDir + "/";
|
return getShaderBasePath() + shaderDir + "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
void VulkanExampleBase::createPipelineCache()
|
void VulkanExampleBase::createPipelineCache()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue