Files
2026-08-09 04:23:10 -07:00

20 lines
298 B
Plaintext

{
inherit decalQuadBlend
parms {
stageSort sortDecal
}
state {
blend GL_ONE GL_ONE
depthfunc GL_LEQUAL
alphamask
depthmask
twosided
}
hlsl_fp {
#include "decalQuadMerged_fragment.inc"
final.w *= fog;
result.color.xyz = final.xyz * final.w;
result.color.w = final.w;
}
}