summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2026-07-06 02:34:15 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2026-07-06 02:34:15 -0400
commitb55a7038511a6ed3d97e17b13c9d83bc2017ba61 (patch)
tree1ef43d267a055f07b177b53d5a4fe23a00381822 /indra/llrender
parentcd62a49879374c84b66e1ee963e161c3e6109977 (diff)
Move over to a pixels to texels ratio to drive texture resolution.
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llimagegl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h
index 0c85446b84..0869ae54fe 100644
--- a/indra/llrender/llimagegl.h
+++ b/indra/llrender/llimagegl.h
@@ -238,8 +238,8 @@ public:
public:
// Various GL/Rendering options
S64Bytes mTextureMemory;
- mutable F32 mLastBindTime = 0.f; // wall-clock time at last stampBound; drives streaming staleness
- F32 mGLCreateTime = 0.f; // wall-clock time the GL texture was created; staleness fallback for never-bound textures
+ mutable F32 mLastBindTime = 0.f; // wall-clock time at last stampBound; drives the streaming cooldown
+ F32 mGLCreateTime = 0.f; // wall-clock time the GL texture was created; cooldown fallback for never-bound textures
private:
U32 createPickMask(S32 pWidth, S32 pHeight);