diff options
author | Rider Linden <rider@lindenlab.com> | 2019-03-07 21:32:00 +0000 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-03-07 21:32:00 +0000 |
commit | 2d8152afd9c6077b5eda8d139521a4e3c1328775 (patch) | |
tree | 70b4bef224d91443fd4411cacc4ee10cf5d41309 /indra/llrender/llglslshader.h | |
parent | 88b53a26ce633bfc07f9990e9dc1e9c85dd31414 (diff) | |
parent | 423fa1ac297e39c9395f45490278b8751188b6db (diff) |
Merged in graham_linden/viewer-eep-fixes (pull request #298)
SL-10618, SL-10698
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 c06668eb43..e5110fe1c4 100644 --- a/indra/llrender/llglslshader.h +++ b/indra/llrender/llglslshader.h @@ -145,6 +145,7 @@ public: GLint getAttribLocation(U32 attrib); GLint mapUniformTextureChannel(GLint location, GLenum type); + void clearPermutations(); void addPermutation(std::string name, std::string value); void removePermutation(std::string name); |