diff options
author | Richard Linden <none@none> | 2012-03-20 16:46:08 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-03-20 16:46:08 -0700 |
commit | 11e5c8b322a35d17e75ea57902296de860005c1d (patch) | |
tree | f09f645efc7a6b6dfdbdd18868e8e8344379daa7 /indra/newview/pipeline.h | |
parent | e6a206f8457facbaa441c46216529d2291b7930f (diff) |
added debug tools for visualizating texel density at various discard levels (current, requested, full)
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 9c78048c46..670a23ef14 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -461,6 +461,7 @@ public: RENDER_DEBUG_LOD_INFO = 0x04000000, RENDER_DEBUG_RENDER_COMPLEXITY = 0x08000000, RENDER_DEBUG_ATTACHMENT_BYTES = 0x10000000, + RENDER_DEBUG_TEXEL_DENSITY = 0x20000000 }; public: |