Home
last modified time | relevance | path

Searched refs:PTF_BLEND (Results 1 – 1 of 1) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DProjectile.h79 #define PTF_BLEND 512 // glBlendFunc(GL_DST_COLOR, GL_ONE); macro
80 #define PTF_TRANS_BLEND (PTF_TRANS | PTF_BLEND) // glBlendFunc(GL_SRC_COLOR, GL_ONE); IWD only?