summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolterrain.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:57:24 -0700
committerCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:57:24 -0700
commit49a5b79c2b1ba5f4b909d1bfab89bb7ad9c1e888 (patch)
tree8b523f42c6c778967fa01a54db186fab1df1c520 /indra/newview/lldrawpoolterrain.h
parent474923e3cb29df35e8807006ad16861eb1dc24d0 (diff)
DRTVWR-592: (WIP) Debugging, rethinking
Diffstat (limited to 'indra/newview/lldrawpoolterrain.h')
-rw-r--r--indra/newview/lldrawpoolterrain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolterrain.h b/indra/newview/lldrawpoolterrain.h
index fbf6a8d917..2a487228ed 100644
--- a/indra/newview/lldrawpoolterrain.h
+++ b/indra/newview/lldrawpoolterrain.h
@@ -37,6 +37,7 @@ public:
{
VERTEX_DATA_MASK = LLVertexBuffer::MAP_VERTEX |
LLVertexBuffer::MAP_NORMAL |
+ LLVertexBuffer::MAP_TANGENT | // Only PBR terrain uses this currently
LLVertexBuffer::MAP_TEXCOORD0 |
LLVertexBuffer::MAP_TEXCOORD1
};