]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
add DRAWFLAG_SCREEN (which basically is like invert-modulate-invert, equivalent to...
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index c9c8b745b949d7369b3933a70cff34c0a6e17cd8..88b3d5a11f1e8f5c850cb4f854f875b54d107fb0 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -76,6 +76,7 @@ DRAWFLAG_NORMAL,
 DRAWFLAG_ADDITIVE,
 DRAWFLAG_MODULATE,
 DRAWFLAG_2XMODULATE,
+DRAWFLAG_SCREEN,
 DRAWFLAG_NUMFLAGS,
 DRAWFLAG_MASK = 0xFF,   // ONLY R_BeginPolygon()
 DRAWFLAG_MIPMAP = 0x100 // ONLY R_BeginPolygon()