diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-28 13:47:00 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-28 13:47:00 -0500 |
commit | cbf7de453869749abd9fead08897d1e154bb0f5e (patch) | |
tree | 19726beb7e0e62a23098701a78f88ab0a8bfb89c /indra/newview/llvoavatar.h | |
parent | d2c3ee9624eed458320600860b9f84cca8b80607 (diff) |
SH-3779 WIP, SH-3534 WIP - more bake-status tracking
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 784b08a782..bdb477590f 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -139,6 +139,9 @@ public: bool allTexturesCompletelyDownloaded(std::set<LLUUID>& ids); bool allLocalTexturesCompletelyDownloaded(); bool allBakedTexturesCompletelyDownloaded(); + void bakedTextureOriginCounts(S32 &sb_count, S32 &host_count, + S32 &both_count, S32 &neither_count); + std::string bakedTextureOriginInfo(); void collectLocalTextureUUIDs(std::set<LLUUID>& ids); void collectBakedTextureUUIDs(std::set<LLUUID>& ids); void collectTextureUUIDs(std::set<LLUUID>& ids); |