diff options
author | Dave Parks <davep@lindenlab.com> | 2014-06-19 13:14:42 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2014-06-19 13:14:42 -0500 |
commit | d0428575fb9c3d285dc32e61808a877cb24efa89 (patch) | |
tree | 79e7ad754a5e449b66979f71146f4e8537cf69fb /indra/llrender/llglslshader.h | |
parent | 977476171ddcc057d7c28b6c14ae988b8189ed75 (diff) | |
parent | e43f43b4d9dbcaeb20884772b3fcba6df5e9a62c (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rwxr-xr-x | indra/llrender/llglslshader.h | 4 |
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; |