Merge branch 'master' into renderstate_abstraction
This commit is contained in:
commit
f7446160bb
10 changed files with 62 additions and 24 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue