diff options
author | Oz Linden <oz@lindenlab.com> | 2013-06-26 09:43:01 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-06-26 09:43:01 -0400 |
commit | 1c6783fdb564cb10ade2a585a874ce951fff34e6 (patch) | |
tree | c9fefffe0ff317ebdac566f4c7b8928b553fcec6 /indra/newview/llmaterialmgr.h | |
parent | 7ede4c4b6e2a86914c452b3e0f465ccf17a1a404 (diff) |
NORSPEC-29: use the MaxMaterialsPerTransaction simulator feature if available
Diffstat (limited to 'indra/newview/llmaterialmgr.h')
-rw-r--r-- | indra/newview/llmaterialmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmaterialmgr.h b/indra/newview/llmaterialmgr.h index e317a791ad..e83f1f4e01 100644 --- a/indra/newview/llmaterialmgr.h +++ b/indra/newview/llmaterialmgr.h @@ -124,6 +124,8 @@ protected: put_queue_t mPutQueue; material_map_t mMaterials; + + U32 getMaxEntries(const LLViewerRegion* regionp); }; #endif // LL_LLMATERIALMGR_H |