#define RFX_ShowClock 1 // Include a clock in the statistics #define RFX_ShowFPS 1 // Include FPS in the statistics #define RFX_ShowStatistics 1 // Controls the display of the statistics (fps and timecounters). #define RFX_DepthBufferCalcđ // Set this to 0 if run an application that does not allow depth buffer access or you use no depth dependent effects and want some additional fps (overwrites RFX_SmartPerfCheck if set to 0) #define RFX_InitialStorageđ // Set this to 0 if you !only! use the SweetFX suite and want some additional fps (overwrites RFX_SmartPerfCheck if set to 0)
#define RFX_SmartPerfCheckđ // If set to 1, checks your settings to set the following two values automatically #define RFX_Screenshot_Format 2 // Sets the screenshot format (1 = bmp, 2 = png) You can take screenshots by pressing PrintScreen #define RFX_Start_Enabled 1 // Start with the effects enabled or disabled? #define RFX_ToggleKey VK_F12 //Set the global key that should toggle the effects On/Off #define RFX_LogDepth 0 // Needed to retrieve values from logarithmic depth buffer (e.g. #define RFX_DisplayDepth 0 // Display Depth : Enables the possibility to display the depth buffer - You will still need to toogle it on/off with (F12) in-game #define RFX_SplitScreen 0 // Allows the various comparisons with the original image #define RFX_Border 0 // A mask that defines where a border effect is drawn #define RFX_UIMask 0 // A mask that defines which areas of the screen will have no effects applied Effects are listed in the order that they are applied.