summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-06-11 18:35:24 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-06-11 18:51:53 +0300
commitfd2626c7e8ec09dba6d261d6a07da88ee193f046 (patch)
tree9708589b848b8b318ca55740228f4269f4cd1668 /indra/llrender/llrender.h
parent51f5e09bd6457c8f90c1f63d24503e5bd8a51dab (diff)
viewer#1698 Uniform being out of range shouldn't crash viewer
Diffstat (limited to 'indra/llrender/llrender.h')
-rw-r--r--indra/llrender/llrender.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h
index ebdc9e751d..be9f3895e7 100644
--- a/indra/llrender/llrender.h
+++ b/indra/llrender/llrender.h
@@ -548,6 +548,5 @@ glh::matrix4f gl_perspective(GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloa
glh::matrix4f gl_lookat(LLVector3 eye, LLVector3 center, LLVector3 up);
#define LL_SHADER_LOADING_WARNS(...) LL_WARNS()
-#define LL_SHADER_UNIFORM_ERRS(...) LL_ERRS("Shader")
#endif