diff options
Diffstat (limited to 'linden/indra/newview/lldrawpool.h')
-rw-r--r-- | linden/indra/newview/lldrawpool.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/newview/lldrawpool.h b/linden/indra/newview/lldrawpool.h index 6920a99..f8c2ead 100644 --- a/linden/indra/newview/lldrawpool.h +++ b/linden/indra/newview/lldrawpool.h | |||
@@ -68,11 +68,6 @@ public: | |||
68 | POOL_GLOW, | 68 | POOL_GLOW, |
69 | POOL_ALPHA, | 69 | POOL_ALPHA, |
70 | NUM_POOL_TYPES, | 70 | NUM_POOL_TYPES, |
71 | // * invisiprims work by rendering to the depth buffer but not the color buffer, occluding anything rendered after them | ||
72 | // - and the LLDrawPool types enum controls what order things are rendered in | ||
73 | // - so, it has absolute control over what invisprims block | ||
74 | // ...invisiprims being rendered in pool_invisible | ||
75 | // ...shiny/bump mapped objects in rendered in POOL_BUMP | ||
76 | }; | 71 | }; |
77 | 72 | ||
78 | LLDrawPool(const U32 type); | 73 | LLDrawPool(const U32 type); |