summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolmaterials.h
diff options
context:
space:
mode:
authorRunitai Linden <davep@lindenlab.com>2021-10-13 13:49:24 -0500
committerRunitai Linden <davep@lindenlab.com>2021-10-13 13:49:24 -0500
commit6a0b728bd9e75cbee62752033e6460a76e8b0ed6 (patch)
tree7a6bdab0f5687896f3c5495b1f2a903be2f56b38 /indra/newview/lldrawpoolmaterials.h
parent4dedd706ae07c4a1aeedfe9ca0c03b7c905d0b57 (diff)
SL-16166 Optimize LLDrawPoolMaterials::pushBatch
Diffstat (limited to 'indra/newview/lldrawpoolmaterials.h')
-rw-r--r--indra/newview/lldrawpoolmaterials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolmaterials.h b/indra/newview/lldrawpoolmaterials.h
index eae1aba87c..6e39821b07 100644
--- a/indra/newview/lldrawpoolmaterials.h
+++ b/indra/newview/lldrawpoolmaterials.h
@@ -69,7 +69,7 @@ public:
void bindSpecularMap(LLViewerTexture* tex);
void bindNormalMap(LLViewerTexture* tex);
- /*virtual*/ void pushBatch(LLDrawInfo& params, U32 mask, BOOL texture, BOOL batch_textures = FALSE);
+ /*virtual*/ void pushMaterialsBatch(LLDrawInfo& params, U32 mask);
};
#endif //LL_LLDRAWPOOLMATERIALS_H