Add support for the poor souls on a 386 that can't afford to use full screen
This commit is contained in:
parent
827360e5e2
commit
b2040a0892
4 changed files with 8 additions and 1 deletions
|
|
@ -20,6 +20,9 @@ struct HWViewpointUniforms
|
|||
VSMatrix mNormalViewMatrix;
|
||||
FVector4 mCameraPos;
|
||||
FVector4 mClipLine;
|
||||
|
||||
int mViewOffsetX = 0;
|
||||
int mViewOffsetY = 0;
|
||||
|
||||
float mGlobVis = 1.f;
|
||||
int mPalLightLevels = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue