diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-04 09:01:22 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-05-04 09:01:22 -0400 |
commit | a57013082d9cd890e24d2a79dedd405c24471e6d (patch) | |
tree | 51742d1ec6fc467a7036dcff49a03fdd0f44ec59 /indra/newview/pipeline.h | |
parent | 21ddaa690875450bbd2f7d665da22d390a0f2a88 (diff) | |
parent | a9dca4577337037f1b4a62713927871666014043 (diff) |
DRTVWR-559: Merge 'DRTVWR-559' into DRTVWR-559-zapfunc
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 8a0a9a7172..e92fa32fc6 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -603,7 +603,6 @@ public: RENDER_DEBUG_PHYSICS_SHAPES = 0x02000000, RENDER_DEBUG_NORMALS = 0x04000000, RENDER_DEBUG_LOD_INFO = 0x08000000, - RENDER_DEBUG_RENDER_COMPLEXITY = 0x10000000, RENDER_DEBUG_ATTACHMENT_BYTES = 0x20000000, // not used RENDER_DEBUG_TEXEL_DENSITY = 0x40000000, RENDER_DEBUG_TRIANGLE_COUNT = 0x80000000, |