Merge branch 'master' into renderstate_abstraction

This commit is contained in:
Christoph Oelckers 2018-10-29 14:00:43 +01:00
commit f7446160bb
10 changed files with 62 additions and 24 deletions

View file

@ -16,7 +16,7 @@ class GLViewpointBuffer
unsigned int mByteSize;
TArray<bool> mClipPlaneInfo;
unsigned int m2DWidth = ~0u, m2DHeight = ~0u;
int m2DWidth = -1, m2DHeight = -1;
unsigned int mBlockSize;