summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-06-01 14:27:04 -0500
committerDave Parks <davep@lindenlab.com>2012-06-01 14:27:04 -0500
commit096fe03786a2ccfbbb0363cfb2e371752c6daa2e (patch)
treeed122b21596dc6d2d097bf2b983ec8aa0100e964 /indra/newview/pipeline.h
parentdefbd61d318d0da12fdea208cf2b2297d9a6b122 (diff)
MAINT-646 Faster traversal of render batch lists.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 060116dff7..9d56077c55 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -292,10 +292,10 @@ public:
void setLight(LLDrawable *drawablep, BOOL is_light);
BOOL hasRenderBatches(const U32 type) const;
- LLCullResult::drawinfo_list_t::iterator beginRenderMap(U32 type);
- LLCullResult::drawinfo_list_t::iterator endRenderMap(U32 type);
- LLCullResult::sg_list_t::iterator beginAlphaGroups();
- LLCullResult::sg_list_t::iterator endAlphaGroups();
+ LLCullResult::drawinfo_iterator beginRenderMap(U32 type);
+ LLCullResult::drawinfo_iterator endRenderMap(U32 type);
+ LLCullResult::sg_iterator beginAlphaGroups();
+ LLCullResult::sg_iterator endAlphaGroups();
void addTrianglesDrawn(S32 index_count, U32 render_type = LLRender::TRIANGLES);