Some basic fixed light support

This commit is contained in:
Magnus Norddahl 2016-11-15 23:30:42 +01:00
commit a092a03c6d
6 changed files with 21 additions and 10 deletions

View file

@ -89,6 +89,7 @@ private:
SSAShadeConstants shade_constants;
SSABool is_simple_shade;
SSABool is_nearest_filter;
SSABool is_fixed_light;
SSAUBytePtr stencilValues;
SSAIntPtr stencilMasks;
@ -115,7 +116,7 @@ private:
SSAInt x, y;
SSAInt x0, x1, y0, y1;
SSAInt diminishedlight;
SSAInt currentlight;
SSAInt varyingPos[TriVertex::NumVarying];
SSAInt varyingStepPos[TriVertex::NumVarying];
SSAInt varyingStartStepX[TriVertex::NumVarying];