summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-09-06 09:02:22 +0800
committerErik Kundiman <erik@megapahit.org>2023-09-06 09:02:22 +0800
commit1d2c62b79458feecb162f18764d0ff37f80414cf (patch)
tree814e1b34167aca14ea2df0d63e2fb86137ca2b2b /indra/llrender/llshadermgr.h
parent4b7e271dff7fa6ff813f9fc8f81cc2b6604de6db (diff)
Core profile shader functions, macros & type
replacing legacy ARB versions.
Diffstat (limited to 'indra/llrender/llshadermgr.h')
-rw-r--r--indra/llrender/llshadermgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llshadermgr.h b/indra/llrender/llshadermgr.h
index 89d726d64a..598aea4ce8 100644
--- a/indra/llrender/llshadermgr.h
+++ b/indra/llrender/llshadermgr.h
@@ -261,7 +261,7 @@ public:
BOOL attachShaderFeatures(LLGLSLShader * shader);
void dumpObjectLog(GLuint ret, BOOL warns = TRUE, const std::string& filename = "");
- void dumpShaderSource(U32 shader_code_count, GLcharARB** shader_code_text);
+ void dumpShaderSource(U32 shader_code_count, GLchar** shader_code_text);
BOOL linkProgramObject(GLuint obj, BOOL suppress_errors = FALSE);
BOOL validateProgramObject(GLuint obj);
GLuint loadShaderFile(const std::string& filename, S32 & shader_level, GLenum type, std::unordered_map<std::string, std::string>* defines = NULL, S32 texture_index_channels = -1);