summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.h
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2016-07-18 20:09:18 +0300
committerruslantproductengine <ruslantproductengine@lindenlab.com>2016-07-18 20:09:18 +0300
commiteebbda288d9ba4f8f3061c05ff5eb2d7b0d1cb35 (patch)
tree5bf0a798040a6b992fb1acad0f6a20416348c0c1 /indra/llrender/llglslshader.h
parent1c4dbc64abc7ff176b5dcbbc64d0454968efad74 (diff)
Backed out changeset: 5fe5ad059c05
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rw-r--r--indra/llrender/llglslshader.h1
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);