summaryrefslogtreecommitdiff
path: root/indra/llrender/llimagegl.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-05-01 22:23:52 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-05-01 22:23:52 -0600
commit78fec489b53434a8ac8f9c0a8e72fd883067ce42 (patch)
tree7fe68254cc56335cd7e6cade8f7ba23706e15f14 /indra/llrender/llimagegl.h
parent2c0774302b11b1be9e5a41b10c5ec518669792e3 (diff)
parentda29210ed601f2736ca36d3657cd7b1b463b3a9b (diff)
Merge
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rwxr-xr-xindra/llrender/llimagegl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h
index 2060be914b..e515d6b324 100755
--- a/indra/llrender/llimagegl.h
+++ b/indra/llrender/llimagegl.h
@@ -114,6 +114,7 @@ public:
// Read back a raw image for this discard level, if it exists
BOOL readBackRaw(S32 discard_level, LLImageRaw* imageraw, bool compressed_ok) const;
void destroyGLTexture();
+ void forceToInvalidateGLTexture();
void setExplicitFormat(LLGLint internal_format, LLGLenum primary_format, LLGLenum type_format = 0, BOOL swap_bytes = FALSE);
void setComponents(S8 ncomponents) { mComponents = ncomponents; }