Skip to content
Snippets Groups Projects
Commit ae3990e2 authored by Cosmic Linden's avatar Cosmic Linden
Browse files

SL-20606: Remove unused LLRenderPass func

parent 09ee84f6
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -349,8 +349,6 @@ class LLRenderPass : public LLDrawPool ...@@ -349,8 +349,6 @@ class LLRenderPass : public LLDrawPool
void resetDrawOrders() { } void resetDrawOrders() { }
static void applyModelMatrix(const LLDrawInfo& params); 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 pushBatches(U32 type, bool texture = true, bool batch_textures = false);
void pushUntexturedBatches(U32 type); void pushUntexturedBatches(U32 type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment