mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
Add in UBOs, doesn't work yet. Still debugging here.
This commit is contained in:
committed by
Sonicadvance1
parent
5f0f26ef35
commit
4a84c6f742
@@ -85,7 +85,7 @@ void PixelShaderManager::Shutdown()
|
||||
|
||||
void PixelShaderManager::SetConstants()
|
||||
{
|
||||
if (g_ActiveConfig.bUseGLSL)
|
||||
if (g_ActiveConfig.bUseGLSL && !g_ActiveConfig.backend_info.bSupportsGLSLUBO)
|
||||
Dirty();
|
||||
for (int i = 0; i < 2; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user