mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 11:12:40 +00:00
VideoCommon: De-globalize GeometryShaderManager class.
This commit is contained in:
parent
1bfecd8003
commit
cb0a603c72
15 changed files with 90 additions and 67 deletions
Source/Core/VideoCommon
|
@ -329,7 +329,7 @@ void VideoBackendBase::InitializeShared()
|
|||
BPInit();
|
||||
VertexLoaderManager::Init();
|
||||
system.GetVertexShaderManager().Init();
|
||||
GeometryShaderManager::Init();
|
||||
system.GetGeometryShaderManager().Init();
|
||||
system.GetPixelShaderManager().Init();
|
||||
TMEM::Init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue