mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -76,7 +76,7 @@ void VideoCommon_DoState(PointerWrap& p)
|
|||
system.GetPixelShaderManager().DoState(p);
|
||||
p.DoMarker("PixelShaderManager");
|
||||
|
||||
VertexShaderManager::DoState(p);
|
||||
system.GetVertexShaderManager().DoState(p);
|
||||
p.DoMarker("VertexShaderManager");
|
||||
|
||||
GeometryShaderManager::DoState(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue