mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
VideoCommon: De-globalize PixelShaderManager class.
This commit is contained in:
parent
529909fe90
commit
725bd64ec2
22 changed files with 197 additions and 133 deletions
|
@ -330,7 +330,7 @@ void VideoBackendBase::InitializeShared()
|
|||
VertexLoaderManager::Init();
|
||||
VertexShaderManager::Init();
|
||||
GeometryShaderManager::Init();
|
||||
PixelShaderManager::Init();
|
||||
system.GetPixelShaderManager().Init();
|
||||
TMEM::Init();
|
||||
|
||||
g_Config.VerifyValidity();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue