mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 12:50:38 +08:00
ref: add new special rendermode that specifically used for modulate mode in engine's ScreenFade
This commit is contained in:
@@ -67,6 +67,10 @@ GNU General Public License for more details.
|
||||
#define FWORLD_WATERALPHA BIT( 2 )
|
||||
#define FWORLD_HAS_DELUXEMAP BIT( 3 )
|
||||
|
||||
// special rendermode for screenfade modulate
|
||||
// (probably will be expanded at some point)
|
||||
#define kRenderScreenFadeModulate 0x1000
|
||||
|
||||
typedef enum
|
||||
{
|
||||
DEMO_INACTIVE = 0,
|
||||
|
||||
Reference in New Issue
Block a user