Updated vulkan application to be containerised

This commit is contained in:
Alejandro Saucedo 2020-08-05 07:42:16 +01:00
parent 56d153ab23
commit eca506a521
3 changed files with 29 additions and 2 deletions

View file

@ -15,7 +15,7 @@ getAssetPath()
#if defined(VK_EXAMPLE_DATA_DIR)
return VK_EXAMPLE_DATA_DIR;
#else
return "./../";
return "./";
#endif
}