Shrink the vertexCount field in DeferredDrawCall to the 16 bits required.

This commit is contained in:
Henrik Rydgård 2018-03-18 09:42:05 +01:00
parent ad42ec5473
commit 648b4eac51

View File

@ -139,7 +139,7 @@ protected:
void *inds;
u8 indexType;
s8 prim;
u32 vertexCount;
u16 vertexCount;
u16 indexLowerBound;
u16 indexUpperBound;
UVScale uvScale;