aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolstars.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/lldrawpoolstars.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/lldrawpoolstars.h')
-rw-r--r--linden/indra/newview/lldrawpoolstars.h10
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
33class LLDrawPoolStars : public LLDrawPool 33class LLDrawPoolStars : public LLFacePool
34{ 34{
35public: 35public:
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();