Merge master

This commit is contained in:
Flyinghead 2018-08-01 20:23:16 +02:00
commit ec2ac75839
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ struct TA_context
void Alloc()
{
tad.Reset((u8*)OS_aligned_malloc(32, 2*1024*1024));
tad.Reset((u8*)OS_aligned_malloc(32, 8*1024*1024));
rend.verts.InitBytes(1024*1024,&rend.Overrun); //up to 1 mb of vtx data/frame = ~ 38k vtx/frame
rend.idx.Init(60*1024,&rend.Overrun); //up to 60K indexes ( idx have stripification overhead )