VideoCore/Shader: Split interpreter and JIT into separate ShaderEngines
This commit is contained in:
parent
8eefc62833
commit
114d6b2f97
8 changed files with 160 additions and 104 deletions
|
@ -499,7 +499,7 @@ void Init() {
|
|||
}
|
||||
|
||||
void Shutdown() {
|
||||
Shader::ClearCache();
|
||||
Shader::Shutdown();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue