Changed assets and shader path functions, removed asset download script

This commit is contained in:
Sascha Willems 2023-05-09 21:05:01 +02:00
parent 99b226237a
commit c13ba757b7
4 changed files with 26 additions and 42 deletions

View file

@ -61,6 +61,7 @@
#endif
const std::string getAssetPath();
const std::string getShaderBasePath();
namespace vks
{