mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Allow sourcing data from disk in demos program
This commit is contained in:
@@ -40,3 +40,8 @@ std::string GetCWD()
|
||||
|
||||
return cwdstr;
|
||||
}
|
||||
|
||||
std::string GetEnvVar(const char *var)
|
||||
{
|
||||
return getenv(var);
|
||||
}
|
||||
Reference in New Issue
Block a user