mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
GeometryShaderManager: Set the constants within the callbacks.
This commit is contained in:
parent
3d9dfad6a2
commit
1af3d8447a
3 changed files with 26 additions and 58 deletions
|
@ -224,7 +224,6 @@ void VertexManager::Flush()
|
|||
// set global constants
|
||||
VertexShaderManager::SetConstants();
|
||||
PixelShaderManager::SetConstants();
|
||||
GeometryShaderManager::SetConstants();
|
||||
|
||||
bool useDstAlpha = !g_ActiveConfig.bDstAlphaPass &&
|
||||
bpmem.dstalpha.enable &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue