diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-26 10:17:41 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-26 10:17:41 -0800 |
commit | 71a660e0060b9aa2c5c01fd94e8070075b373d8d (patch) | |
tree | 71c42c85a20b4d9a34498267ffcbf05ea8312426 /indra/llrender/llglslshader.h | |
parent | 041aaf8ea9ac2a15eb5dacc58d25191e56a7c924 (diff) |
* Fixed up shader compilation errors to get lighting and shadows working again on Mac.
* Cleaned up vertex buffer allocation to guarantee allocation and deallocation using the same allocation methods from the same pools.
* Added new shader feature for atmospheric helpers in the absence of lighting.
Reviewed by davep.
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rw-r--r-- | indra/llrender/llglslshader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h index 00b4b0dbd4..7873fe3c4e 100644 --- a/indra/llrender/llglslshader.h +++ b/indra/llrender/llglslshader.h @@ -33,6 +33,7 @@ class LLShaderFeatures { public: + bool atmosphericHelpers; bool calculatesLighting; bool calculatesAtmospherics; bool hasLighting; // implies no transport (it's possible to have neither though) |