diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-04-25 06:54:10 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-04-25 06:54:10 +0800 |
| commit | d1f106774adcd850fca0bbe9167f6c214d4263a5 (patch) | |
| tree | b29e4db7e9f57edce25a669f1bf4ac8cb946dd0d /indra/llrender/llrender.h | |
| parent | df9970272800a71c180aa73fe2f71eb2f1b95fd5 (diff) | |
| parent | 4ccf6d90efe34475a39c89bf40f17c0d56a3ce1a (diff) | |
Merge tag 'Second_Life_Release#4ccf6d90-26.2' into 2026.02
Diffstat (limited to 'indra/llrender/llrender.h')
| -rw-r--r-- | indra/llrender/llrender.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index 4ca63e7f1f..e6ae3baac6 100644 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -462,16 +462,9 @@ public: void diffuseColor4ubv(const U8* c); void diffuseColor4ub(U8 r, U8 g, U8 b, U8 a); - void transform(LLVector3& vert); - void transform(LLVector4a& vert); - void untransform(LLVector3& vert); - - void batchTransform(LLVector4a* verts, U32 vert_count); - - void vertexBatchPreTransformed(const std::vector<LLVector4a>& verts); - void vertexBatchPreTransformed(const LLVector4a* verts, S32 vert_count); - void vertexBatchPreTransformed(const LLVector4a* verts, const LLVector2* uvs, S32 vert_count); - void vertexBatchPreTransformed(const LLVector4a* verts, const LLVector2* uvs, const LLColor4U*, S32 vert_count); + void vertexBatchPreTransformed(LLVector4a* verts, S32 vert_count); + void vertexBatchPreTransformed(LLVector4a* verts, LLVector2* uvs, S32 vert_count); + void vertexBatchPreTransformed(LLVector4a* verts, LLVector2* uvs, LLColor4U*, S32 vert_count); void setColorMask(bool writeColor, bool writeAlpha); void setColorMask(bool writeColorR, bool writeColorG, bool writeColorB, bool writeAlpha); |
