diff options
author | Geenz <geenz@lindenlab.com> | 2022-10-05 09:48:18 -0700 |
---|---|---|
committer | Geenz <geenz@lindenlab.com> | 2022-10-05 09:48:18 -0700 |
commit | be1cdc1aaa67eca71fee8cbbc16b4c85bcbdb258 (patch) | |
tree | 42bf8c3d8ff049c55b7609a934ef35fc3aac8616 /indra/newview/llvovolume.cpp | |
parent | 1a437cbedf94de90d749f426dde09f2466693de2 (diff) |
Initial pass at adding KHR_debug support
This still needs some work - I'm not super satisfied with the overall structure of the code. Will continue to iterate as I add in proper RenderDoc support.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index d18997b780..d312bb75d1 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -5319,6 +5319,8 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep, return; } + LL_LABEL_VERTEX_BUFFER(facep->getVertexBuffer(), LLRenderPass::lookupPassName(type)); + U32 passType = type; bool rigged = facep->isState(LLFace::RIGGED); |