GL4ShaderCache util class - caching to filesystem disabled by default

This commit is contained in:
Dr. Chat
2016-02-05 16:11:00 -06:00
parent e9dd0ce9de
commit 406ec8c6da
4 changed files with 251 additions and 0 deletions

View File

@@ -12,3 +12,6 @@
DEFINE_bool(disable_framebuffer_readback, false,
"Disable framebuffer readback.");
DEFINE_bool(disable_textures, false, "Disable textures and use colors only.");
DEFINE_string(shader_cache_dir, "",
"GL4 Shader cache directory (relative to Xenia). Specify an "
"empty string to disable the cache.");