Elaztek Developer Hub
Blamite Game Engine - blam!  00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
shader_flags.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RF_NONE   (1 << 0)
 
#define RF_SHADER_DEBUG_1_UV   (1 << 1)
 
#define RF_SHADER_DEBUG_2_UV_ADJUSTED   (1 << 2)
 
#define RF_DIFFUSE_USE_TINT_ONLY   (1 << 3)
 
#define RF_DIFFUSE_INCORPORATE_TINT_ALPHA   (1 << 4)
 
#define RF_SKIP_UV_ADJUST   (1 << 5)
 

Macro Definition Documentation

◆ RF_DIFFUSE_INCORPORATE_TINT_ALPHA

#define RF_DIFFUSE_INCORPORATE_TINT_ALPHA   (1 << 4)

◆ RF_DIFFUSE_USE_TINT_ONLY

#define RF_DIFFUSE_USE_TINT_ONLY   (1 << 3)

◆ RF_NONE

#define RF_NONE   (1 << 0)

◆ RF_SHADER_DEBUG_1_UV

#define RF_SHADER_DEBUG_1_UV   (1 << 1)

◆ RF_SHADER_DEBUG_2_UV_ADJUSTED

#define RF_SHADER_DEBUG_2_UV_ADJUSTED   (1 << 2)

◆ RF_SKIP_UV_ADJUST

#define RF_SKIP_UV_ADJUST   (1 << 5)