Turn ShaderSetup into struct
This commit is contained in:
parent
86ecbdfa4d
commit
ae7a82fa1c
5 changed files with 59 additions and 58 deletions
|
@ -500,7 +500,7 @@ void Init() {
|
|||
}
|
||||
|
||||
void Shutdown() {
|
||||
Shader::Shutdown();
|
||||
Shader::ClearCache();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue