Turn ShaderSetup into struct

This commit is contained in:
Jannik Vogel 2016-03-30 02:45:18 +02:00
parent 86ecbdfa4d
commit ae7a82fa1c
5 changed files with 59 additions and 58 deletions

View file

@ -500,7 +500,7 @@ void Init() {
}
void Shutdown() {
Shader::Shutdown();
Shader::ClearCache();
}
template <typename T>