diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-12-06 10:59:11 -0800 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-12-06 10:59:11 -0800 |
| commit | 7e9033821a96a9d6e80b58fafb4c7da63807b9d4 (patch) | |
| tree | d1c267539a601f2b000e1ad9f6f252ad3c5fe77c /indra/newview/lldrawpool.cpp | |
| parent | 26c1430a04de585c1823569b60dc99abc798231b (diff) | |
De-duplicate deferred gbuffer access for getPosition/getNorm.
De-duplicate ambient occlusion shader code and move to new aoUtil.glsl
Split shared shadow tap funcs into shadowUtil.glsl
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
| -rw-r--r-- | indra/newview/lldrawpool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp index 82888b2df6..00493c83df 100644 --- a/indra/newview/lldrawpool.cpp +++ b/indra/newview/lldrawpool.cpp @@ -127,7 +127,7 @@ LLDrawPool::LLDrawPool(const U32 type) mType = type; sNumDrawPools++; mId = sNumDrawPools; - mVertexShaderLevel = 0; + mShaderLevel = 0; mSkipRender = false; } @@ -141,7 +141,7 @@ LLViewerTexture *LLDrawPool::getDebugTexture() return NULL; } -//virtuals +//virtual void LLDrawPool::beginRenderPass( S32 pass ) { } |
