Minor code cleanup

This commit is contained in:
Sascha Willems 2024-11-23 15:09:18 +01:00
parent 49f380ea1f
commit 4d91720ccc
3 changed files with 5 additions and 15 deletions

View file

@ -61,16 +61,14 @@
#endif
const std::string getAssetPath();
void setResourcePath(std::string path);
const std::string getShaderBasePath();
namespace vks
{
namespace tools
{
/** @brief Variables for Command Line Resource Path */
/** @brief Setting this path chnanges the place where the samples looks for assets and shaders */
extern std::string resourcePath;
extern bool resourcePathSet;
/** @brief Disable message boxes on fatal errors */
extern bool errorModeSilent;