diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-07-18 20:09:18 +0300 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-07-18 20:09:18 +0300 |
commit | eebbda288d9ba4f8f3061c05ff5eb2d7b0d1cb35 (patch) | |
tree | 5bf0a798040a6b992fb1acad0f6a20416348c0c1 /indra/llrender/llglslshader.h | |
parent | 1c4dbc64abc7ff176b5dcbbc64d0454968efad74 (diff) |
Backed out changeset: 5fe5ad059c05
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rw-r--r-- | indra/llrender/llglslshader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h index 8663a5a5ff..0746e8760a 100644 --- a/indra/llrender/llglslshader.h +++ b/indra/llrender/llglslshader.h @@ -125,7 +125,6 @@ public: void uniform3fv(const LLStaticHashedString& uniform, U32 count, const GLfloat* v); void uniform4fv(const LLStaticHashedString& uniform, U32 count, const GLfloat* v); void uniformMatrix4fv(const LLStaticHashedString& uniform, U32 count, GLboolean transpose, const GLfloat *v); - void uniform1b(U32 index, GLboolean b); void setMinimumAlpha(F32 minimum); |