diff options
| author | Jules Blok <jules.blok@gmail.com> | 2014-12-20 13:01:37 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2014-12-20 13:16:26 +0100 |
| commit | d09af2dbba4f375cd4e0577124a422ffc8669398 (patch) | |
| tree | f53816d11c3d248be35675adf481f64aaec67ed8 /Source/Core/VideoCommon/GeometryShaderManager.h | |
| parent | a560d8f1502657b098cef342c50a84bd3996852e (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/GeometryShaderManager.h')
| -rw-r--r-- | Source/Core/VideoCommon/GeometryShaderManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/GeometryShaderManager.h b/Source/Core/VideoCommon/GeometryShaderManager.h index eab036fd7e..56dec7a666 100644 --- a/Source/Core/VideoCommon/GeometryShaderManager.h +++ b/Source/Core/VideoCommon/GeometryShaderManager.h @@ -18,6 +18,7 @@ public: static void Shutdown(); static void DoState(PointerWrap &p); + static void SetConstants(); static void SetViewportChanged(); static void SetProjectionChanged(); static void SetLinePtWidthChanged(); |
