mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
VideoCommon: De-globalize VertexShaderManager class.
This commit is contained in:
parent
0900e68986
commit
50625728e0
19 changed files with 151 additions and 101 deletions
|
@ -328,7 +328,7 @@ void VideoBackendBase::InitializeShared()
|
|||
system.GetPixelEngine().Init(system);
|
||||
BPInit();
|
||||
VertexLoaderManager::Init();
|
||||
VertexShaderManager::Init();
|
||||
system.GetVertexShaderManager().Init();
|
||||
GeometryShaderManager::Init();
|
||||
system.GetPixelShaderManager().Init();
|
||||
TMEM::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue