mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
Turn ShaderSetup into struct
This commit is contained in:
parent
8b57682958
commit
acfb5257dd
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