diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-11-28 16:47:44 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-01-19 15:43:11 -0800 |
commit | ae3990e24f3ec27ce66b00faa57bf27f3bbdaef5 (patch) | |
tree | f51f36595d30d54aeee898ba9734b0b0d0ed0ca6 /indra/newview/lldrawpool.h | |
parent | 09ee84f675cf08f98cbd49516c5e01c289b42a20 (diff) |
SL-20606: Remove unused LLRenderPass func
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r-- | indra/newview/lldrawpool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index 0925a01439..f6200d1f6d 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -349,8 +349,6 @@ public: void resetDrawOrders() { } static void applyModelMatrix(const LLDrawInfo& params); - // Use before a non-GLTF batch if it is interleaved with GLTF batches that share the same shader - static void resetGLTFTextureTransform(); void pushBatches(U32 type, bool texture = true, bool batch_textures = false); void pushUntexturedBatches(U32 type); |