diff options
author | Dave Parks <davep@lindenlab.com> | 2022-11-14 11:40:18 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-11-14 11:40:18 -0600 |
commit | 843a5c287e34855fb7bd4882d8d0a106e987a9f7 (patch) | |
tree | 373d601d7765df24df745e0924db1ececd2fb6a8 /indra/llrender/llshadermgr.cpp | |
parent | 6c93f4232525f55b283be6881ed12db623cd5ce0 (diff) |
SL-18485 Cleanup -- remove unused GLTF specific vertex attributes from LLVertexBuffer (blows past 16-attribute limit)
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index e8cf7ec758..ac4c610d72 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -1163,10 +1163,6 @@ void LLShaderMgr::initAttribsAndUniforms() mReservedAttribs.push_back("weight4"); mReservedAttribs.push_back("clothing"); mReservedAttribs.push_back("texture_index"); - mReservedAttribs.push_back("basecolor_texcoord"); // GLTF - mReservedAttribs.push_back("normal_texcoord"); // GLTF - mReservedAttribs.push_back("metallic_roughness_texcoord"); // GLTF - mReservedAttribs.push_back("emissive_texcoord"); // GLTF //matrix state mReservedUniforms.push_back("modelview_matrix"); |