diff options
Diffstat (limited to 'linden/indra/newview/lldrawpoolstars.h')
-rw-r--r-- | linden/indra/newview/lldrawpoolstars.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawpoolstars.h b/linden/indra/newview/lldrawpoolstars.h index 6343a93..1eade29 100644 --- a/linden/indra/newview/lldrawpoolstars.h +++ b/linden/indra/newview/lldrawpoolstars.h | |||
@@ -30,9 +30,17 @@ | |||
30 | 30 | ||
31 | #include "lldrawpool.h" | 31 | #include "lldrawpool.h" |
32 | 32 | ||
33 | class LLDrawPoolStars : public LLDrawPool | 33 | class LLDrawPoolStars : public LLFacePool |
34 | { | 34 | { |
35 | public: | 35 | public: |
36 | enum | ||
37 | { | ||
38 | VERTEX_DATA_MASK = LLVertexBuffer::MAP_VERTEX | | ||
39 | LLVertexBuffer::MAP_COLOR | ||
40 | }; | ||
41 | |||
42 | virtual U32 getVertexDataMask() { return VERTEX_DATA_MASK; } | ||
43 | |||
36 | LLDrawPoolStars(); | 44 | LLDrawPoolStars(); |
37 | 45 | ||
38 | /*virtual*/ LLDrawPool *instancePool(); | 46 | /*virtual*/ LLDrawPool *instancePool(); |