aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-12 14:59:33 -0500
committerJacek Antonelli2008-09-12 14:59:39 -0500
commit80a8bab2a9dd8e77262b001af973212a6cba4a5a (patch)
tree170168232fd4e2eec5f15295a9445535969cdb76 /linden/indra/newview/pipeline.h
parentSecond Life viewer sources 1.21.1-RC (diff)
downloadmeta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.zip
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.gz
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.bz2
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.xz
Second Life viewer sources 1.21.2-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/pipeline.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/pipeline.h b/linden/indra/newview/pipeline.h
index e21d143..5f94e37 100644
--- a/linden/indra/newview/pipeline.h
+++ b/linden/indra/newview/pipeline.h
@@ -340,7 +340,8 @@ public:
340 RENDER_DEBUG_LIGHTS = 0x100000, 340 RENDER_DEBUG_LIGHTS = 0x100000,
341 RENDER_DEBUG_BATCH_SIZE = 0x200000, 341 RENDER_DEBUG_BATCH_SIZE = 0x200000,
342 RENDER_DEBUG_RAYCAST = 0x400000, 342 RENDER_DEBUG_RAYCAST = 0x400000,
343 RENDER_DEBUG_SHAME = 0x800000 343 RENDER_DEBUG_SHAME = 0x800000,
344 RENDER_DEBUG_SCULPTED = 0x1000000
344 }; 345 };
345 346
346public: 347public: