Changed references to the asset pack
This commit is contained in:
parent
69bb4d6ac0
commit
10031d4cca
12 changed files with 22 additions and 22 deletions
|
|
@ -14,8 +14,8 @@ const std::string getAssetPath()
|
|||
{
|
||||
#if defined(VK_USE_PLATFORM_ANDROID_KHR)
|
||||
return "";
|
||||
#elif defined(DVK_EXAMPLE_ASSETS_DIR)
|
||||
return DVK_EXAMPLE_ASSETS_DIR;
|
||||
#elif defined(VK_EXAMPLE_ASSETS_DIR)
|
||||
return VK_EXAMPLE_ASSETS_DIR;
|
||||
#else
|
||||
return "./../assets/";
|
||||
#endif
|
||||
|
|
@ -28,8 +28,8 @@ const std::string getShaderBasePath()
|
|||
{
|
||||
#if defined(VK_USE_PLATFORM_ANDROID_KHR)
|
||||
return "shaders/";
|
||||
#elif defined(DVK_EXAMPLE_SHADERS_DIR)
|
||||
return DVK_EXAMPLE_SHADERS_DIR;
|
||||
#elif defined(VK_EXAMPLE_SHADERS_DIR)
|
||||
return VK_EXAMPLE_SHADERS_DIR;
|
||||
#else
|
||||
return "./../shaders/";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue