diff options
| author | Jules Blok <jules.blok@gmail.com> | 2014-12-17 03:11:23 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2014-12-18 00:37:09 +0100 |
| commit | 1af3d8447a47ea7a8be86060ca879cafe1c57824 (patch) | |
| tree | e3e05621ab93eaca2695592677ab9c8a7c0da4c5 /Source/Core/VideoCommon/VertexManagerBase.cpp | |
| parent | 3d9dfad6a229f03948620b97f7e3b48e80784b3c (diff) | |
GeometryShaderManager: Set the constants within the callbacks.
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index 7484039137..b1bc049fe5 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -224,7 +224,6 @@ void VertexManager::Flush() // set global constants VertexShaderManager::SetConstants(); PixelShaderManager::SetConstants(); - GeometryShaderManager::SetConstants(); bool useDstAlpha = !g_ActiveConfig.bDstAlphaPass && bpmem.dstalpha.enable && |
