summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-03-25 18:27:07 -0500
committerDave Parks <davep@lindenlab.com>2013-03-25 18:27:07 -0500
commit41ca92c67c75d86e8053ae45725d36ca3ac7e742 (patch)
tree92d15cb41a3ae1add912bb134581530d48a8b776 /indra/llrender/llrender.h
parent6620c1f824f2034d432662a84174019a26ed9a78 (diff)
NORSPEC-54 Potential fix for crashing on all sorts of random operations.
Diffstat (limited to 'indra/llrender/llrender.h')
-rw-r--r--indra/llrender/llrender.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h
index 78a310e525..98222939e7 100644
--- a/indra/llrender/llrender.h
+++ b/indra/llrender/llrender.h
@@ -262,6 +262,14 @@ class LLRender
friend class LLTexUnit;
public:
+ enum eTexIndex
+ {
+ DIFFUSE_MAP = 0,
+ NORMAL_MAP,
+ SPECULAR_MAP,
+ NUM_TEXTURE_CHANNELS,
+ };
+
typedef enum {
TRIANGLES = 0,
TRIANGLE_STRIP,