X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=gl_backend.h;h=bde446bb56ac0e98369589354e9343f3f9a8891c;hp=c9f98d4a6a5481c19639cc527a9b5de447cc5288;hb=d7df76f224c0d0ebb8a3c7bc0c3125ba638206e6;hpb=2db850514745da30d5d51246cf5c626e81b8e0bc diff --git a/gl_backend.h b/gl_backend.h index c9f98d4a..bde446bb 100644 --- a/gl_backend.h +++ b/gl_backend.h @@ -7,6 +7,7 @@ typedef struct { int transparent; int depthwrite; // force depth writing enabled even if polygon is not opaque + int depthdisable; // disable depth read/write entirely int blendfunc1; int blendfunc2; int numtriangles;