summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.h
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2014-11-10 14:57:55 -0500
committerMonty Brandenberg <monty@lindenlab.com>2014-11-10 14:57:55 -0500
commitf135fd6f14eabfc08710b5099d1be7aa7a952873 (patch)
tree04d2e50314c29e7c5c1420c0e960e5b2f4f9ecfd /indra/llrender/llglslshader.h
parentde9689e39beaea51db07b9ec60ddb106493b5c28 (diff)
parent2301cf800f40101baed7a5936683d0b1e4968be1 (diff)
Merge. Refresh from viewer-release after 3.7.20 released.
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rwxr-xr-xindra/llrender/llglslshader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h
index 7b2f5f04c2..5abddf274b 100755
--- a/indra/llrender/llglslshader.h
+++ b/indra/llrender/llglslshader.h
@@ -51,6 +51,7 @@ public:
S32 mIndexedTextureChannels;
bool disableTextureIndex;
bool hasAlphaMask;
+ bool attachNothing;
// char numLights;
@@ -80,7 +81,7 @@ public:
static bool sNoFixedFunction;
static void initProfile();
- static void finishProfile();
+ static void finishProfile(bool emit_report = true);
static void startProfile();
static void stopProfile(U32 count, U32 mode);
@@ -184,6 +185,7 @@ public:
//statistcis for profiling shader performance
U32 mTimerQuery;
+ U32 mSamplesQuery;
U64 mTimeElapsed;
static U64 sTotalTimeElapsed;
U32 mTrianglesDrawn;