increase buffer size

32M UBO, 16M Vertex, 2M Index
This commit is contained in:
degasus 2013-02-22 10:25:38 +01:00
parent e270c8b153
commit 242d960781
2 changed files with 6 additions and 26 deletions

View file

@ -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;