diff options
author | Jacek Antonelli | 2008-08-15 23:45:44 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:44 -0500 |
commit | acfdcf2b1deeb04698174c78e8cb22b093445bb1 (patch) | |
tree | 811293650bcf81d01ea7c54d7c2cf263110aa329 /linden/indra/newview/lldrawpool.h | |
parent | Second Life viewer sources 1.20.2 (diff) | |
download | meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.zip meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.gz meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.bz2 meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.xz |
Second Life viewer sources 1.20.3
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 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 | |||
97 | protected: | 93 | protected: |
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 | ||
104 | class LLRenderPass : public LLDrawPool | 99 | class LLRenderPass : public LLDrawPool |