mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 15:31:53 +00:00
Add in UBOs, doesn't work yet. Still debugging here.
This commit is contained in:
parent
9119399547
commit
8e5bb59cb6
12 changed files with 138 additions and 49 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue