mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 05:01:40 +00:00
bigger buffers
This commit is contained in:
parent
1d86dafbe2
commit
76adc77fa6
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
namespace OGL
|
||||
{
|
||||
|
||||
static const u32 UBO_LENGTH = 1024*1024;
|
||||
static const u32 UBO_LENGTH = 4*1024*1024;
|
||||
|
||||
GLuint ProgramShaderCache::CurrentProgram = 0;
|
||||
ProgramShaderCache::PCache ProgramShaderCache::pshaders;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue