mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-02 22:01:31 -05:00
increase buffer size
32M UBO, 16M Vertex, 2M Index
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
static const u32 UBO_LENGTH = 4*1024*1024;
|
||||
static const u32 UBO_LENGTH = 32*1024*1024;
|
||||
|
||||
GLintptr ProgramShaderCache::s_vs_data_offset;
|
||||
u8 *ProgramShaderCache::s_ubo_buffer;
|
||||
|
||||
Reference in New Issue
Block a user