summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-12-20 13:01:37 +0100
committerJules Blok <jules.blok@gmail.com>2014-12-20 13:16:26 +0100
commitd09af2dbba4f375cd4e0577124a422ffc8669398 (patch)
treef53816d11c3d248be35675adf481f64aaec67ed8 /Source/Core/VideoCommon/VertexManagerBase.cpp
parenta560d8f1502657b098cef342c50a84bd3996852e (diff)
GeometryShaderManager: Set stereo parameters in a SetConstants() call.
Doing it in SetProjectionChanged() is too early because the projection type is not set yet.
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp
index b1bc049fe5..c6191a587f 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.cpp
+++ b/Source/Core/VideoCommon/VertexManagerBase.cpp
@@ -223,6 +223,7 @@ void VertexManager::Flush()
// set global constants
VertexShaderManager::SetConstants();
+ GeometryShaderManager::SetConstants();
PixelShaderManager::SetConstants();
bool useDstAlpha = !g_ActiveConfig.bDstAlphaPass &&