mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
glMapBuffer was slow, go back to glBufferSubData, single combined ps/vs ubo now
This commit is contained in:
parent
a613012d08
commit
c908e1173d
3 changed files with 5 additions and 40 deletions
|
@ -214,9 +214,6 @@ void VertexManager::vFlush()
|
|||
// set global constants
|
||||
VertexShaderManager::SetConstants();
|
||||
PixelShaderManager::SetConstants();
|
||||
|
||||
if(g_ActiveConfig.bUseGLSL && g_ActiveConfig.backend_info.bSupportsGLSLUBO)
|
||||
ProgramShaderCache::FlushConstants();
|
||||
|
||||
// setup the pointers
|
||||
if (g_nativeVertexFmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue