summaryrefslogtreecommitdiff
path: root/src/rend2/tr_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rend2/tr_local.h')
-rw-r--r--src/rend2/tr_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rend2/tr_local.h b/src/rend2/tr_local.h
index 3abe5d3d..6730f5c1 100644
--- a/src/rend2/tr_local.h
+++ b/src/rend2/tr_local.h
@@ -1917,6 +1917,8 @@ typedef struct {
frontEndCounters_t pc;
int frontEndMsec; // not in pc due to clearing issue
+ vec4_t clipRegion; // 2D clipping region
+
//
// put large tables at the end, so most elements will be
// within the +/32K indexed range on risc processors
@@ -2864,6 +2866,7 @@ void R_AddCapShadowmapCmd( int dlight, int cubeSide );
void R_AddPostProcessCmd (void);
void RE_SetColor( const float *rgba );
+void RE_SetClipRegion( const float *region );
void RE_StretchPic ( float x, float y, float w, float h,
float s1, float t1, float s2, float t2, qhandle_t hShader );
void RE_BeginFrame( stereoFrame_t stereoFrame );