diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:57:48 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:57:48 -0700 |
commit | a7cd5f6ef9d80e77eaf87cfc605d32605f0916f1 (patch) | |
tree | 28f800ef899b39fa207f5f74b0294d8af8666105 /indra/llrender/llshadermgr.cpp | |
parent | 7376b3e4b9c03f3ff3aa0c431c66916ac655a692 (diff) |
DRTVWR-592: (WIP) (does not run) PBR terrain rendering - more work on shaders, uniforms
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 89f39d7011..b2c8255d2a 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -1447,6 +1447,12 @@ void LLShaderMgr::initAttribsAndUniforms() mReservedUniforms.push_back("detail_2_emissive"); mReservedUniforms.push_back("detail_3_emissive"); + mReservedUniforms.push_back("baseColorFactors"); + mReservedUniforms.push_back("metallicFactors"); + mReservedUniforms.push_back("roughnessFactors"); + mReservedUniforms.push_back("emissiveColors"); + mReservedUniforms.push_back("minimum_alphas"); + mReservedUniforms.push_back("origin"); mReservedUniforms.push_back("display_gamma"); |