- Add "fuzz software" to GL that renders fuzz like the scaled fuzz mode in the software renderer

This commit is contained in:
Magnus Norddahl 2018-01-07 02:29:55 +01:00
commit a23e5f49f6
7 changed files with 62 additions and 2 deletions

View file

@ -177,6 +177,7 @@ bool FRenderState::ApplyShader()
activeShader->muAlphaThreshold.Set(mAlphaThreshold);
activeShader->muLightIndex.Set(mLightIndex); // will always be -1 for now
activeShader->muClipSplit.Set(mClipSplit);
activeShader->muViewHeight.Set(viewheight);
if (mGlowEnabled)
{