diff options
author | Dave Parks <davep@lindenlab.com> | 2013-04-15 13:16:14 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-04-15 13:16:14 -0500 |
commit | 8025b8b2bc6028ed268e191d432cb3f740e351db (patch) | |
tree | ecc74cb4b2dceaf28b77919a2be04d33e80f10aa /indra/newview/llvotree.h | |
parent | 41097e74ecea7f99d2e4b0ee03dfa40ed6463f46 (diff) |
NORSPEC-49 Add shader profiler, add support for ARB_depth_clamp where available
Diffstat (limited to 'indra/newview/llvotree.h')
-rw-r--r-- | indra/newview/llvotree.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llvotree.h b/indra/newview/llvotree.h index 52debc85ab..2a7eb21238 100644 --- a/indra/newview/llvotree.h +++ b/indra/newview/llvotree.h @@ -104,10 +104,7 @@ public: F32 twist, F32 droop, F32 branches, - F32 alpha); - - U32 drawBranchPipeline(LLMatrix4& matrix, U16* indicesp, S32 trunk_LOD, S32 stop_level, U16 depth, U16 trunk_depth, F32 scale, F32 twist, F32 droop, F32 branches, F32 alpha); - + F32 alpha); /*virtual*/ BOOL lineSegmentIntersect(const LLVector3& start, const LLVector3& end, S32 face = -1, // which face to check, -1 = ALL_SIDES |