mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +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
|
@ -173,7 +173,7 @@ void VertexShaderManager::Dirty()
|
|||
// TODO: A cleaner way to control the matricies without making a mess in the parameters field
|
||||
void VertexShaderManager::SetConstants()
|
||||
{
|
||||
if (g_ActiveConfig.bUseGLSL)
|
||||
if (g_ActiveConfig.bUseGLSL && !g_ActiveConfig.backend_info.bSupportsGLSLUBO)
|
||||
Dirty();
|
||||
if (nTransformMatricesChanged[0] >= 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue