recreate "per pixel depth" option and renamed it to fast depth calculation

This commit is contained in:
degasus
2013-05-09 17:48:48 +02:00
parent c7486609fa
commit 89be1cbf51
5 changed files with 38 additions and 28 deletions

View File

@ -123,6 +123,7 @@ struct VideoConfig
bool bUseBBox;
bool bEnablePixelLighting;
bool bHackedBufferUpload;
bool bFastDepthCalc;
int iLog; // CONF_ bits
int iSaveTargetId; // TODO: Should be dropped