mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-30 06:01:42 +00:00
increase buffer size
32M UBO, 16M Vertex, 2M Index
This commit is contained in:
parent
e270c8b153
commit
242d960781
2 changed files with 6 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue