diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2023-05-08 11:05:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 11:05:24 -0700 |
commit | 06be53fef74de0096c16bd9284565e5ee7ec623f (patch) | |
tree | 7bc69d4b94aefc52bad1fb2782f15fcf5d93a8e2 /indra/newview/lldrawpoolbump.h | |
parent | 6d0d9b8e549c2bc600e6bf416d4614edc55e35c0 (diff) | |
parent | 307d31116dc4b04893652e859b86bfdd00d19c78 (diff) |
Merge pull request #206 from secondlife/SL-19644
SL-19644: De-virtualize pushBatch
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r-- | indra/newview/lldrawpoolbump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h index 840af0c99d..b1fe454c72 100644 --- a/indra/newview/lldrawpoolbump.h +++ b/indra/newview/lldrawpoolbump.h @@ -53,7 +53,6 @@ public: LLDrawPoolBump(); /*virtual*/ void prerender() override; - void pushBatch(LLDrawInfo& params, bool texture, bool batch_textures = false) override; void pushBumpBatches(U32 type); void renderGroup(LLSpatialGroup* group, U32 type, bool texture) override; |