aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpool.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lldrawpool.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/newview/lldrawpool.h b/linden/indra/newview/lldrawpool.h
index bb354e3..3c80aef 100644
--- a/linden/indra/newview/lldrawpool.h
+++ b/linden/indra/newview/lldrawpool.h
@@ -90,15 +90,10 @@ public:
90 virtual BOOL isFacePool() { return FALSE; } 90 virtual BOOL isFacePool() { return FALSE; }
91 virtual void resetDrawOrders() = 0; 91 virtual void resetDrawOrders() = 0;
92 92
93 U32 getTrianglesDrawn() const;
94 void resetTrianglesDrawn();
95 void addIndicesDrawn(const U32 indices);
96
97protected: 93protected:
98 S32 mVertexShaderLevel; 94 S32 mVertexShaderLevel;
99 S32 mId; 95 S32 mId;
100 U32 mType; // Type of draw pool 96 U32 mType; // Type of draw pool
101 S32 mIndicesDrawn;
102}; 97};
103 98
104class LLRenderPass : public LLDrawPool 99class LLRenderPass : public LLDrawPool