diff options
Diffstat (limited to 'linden/indra/newview/lldrawpool.h')
-rw-r--r-- | linden/indra/newview/lldrawpool.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/lldrawpool.h b/linden/indra/newview/lldrawpool.h index f8c2ead..6920a99 100644 --- a/linden/indra/newview/lldrawpool.h +++ b/linden/indra/newview/lldrawpool.h | |||
@@ -68,6 +68,11 @@ 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 | ||
71 | }; | 76 | }; |
72 | 77 | ||
73 | LLDrawPool(const U32 type); | 78 | LLDrawPool(const U32 type); |