Add shader cache version generation

This commit is contained in:
James Rowe 2019-09-07 15:28:32 -06:00
parent b5bc05738c
commit b5b6ce5fdc
4 changed files with 132 additions and 36 deletions

View file

@ -13,5 +13,6 @@ extern const char g_build_name[];
extern const char g_build_date[];
extern const char g_build_fullname[];
extern const char g_build_version[];
extern const char g_shader_cache_version[];
} // namespace Common