diff options
| author | Graham Linden <graham@lindenlab.com> | 2013-06-19 12:59:56 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2013-06-19 12:59:56 -0700 |
| commit | e71b415841278f3719ff49b5c84969c64444d586 (patch) | |
| tree | bde51c2c6191a7828b3722a167b7be201d4f5bed /indra/llrender/llrendertarget.h | |
| parent | edbacfa108ad55da7f852e401271eb5893e1dab9 (diff) | |
| parent | 6c061ae4fd3c5de9a73035855180df2b26dae3dd (diff) | |
Merge
Diffstat (limited to 'indra/llrender/llrendertarget.h')
| -rwxr-xr-x | indra/llrender/llrendertarget.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llrender/llrendertarget.h b/indra/llrender/llrendertarget.h index 765a727b5b..66a9874a6b 100755 --- a/indra/llrender/llrendertarget.h +++ b/indra/llrender/llrendertarget.h @@ -63,6 +63,9 @@ public: static bool sUseFBO; static U32 sBytesAllocated; static U32 sCurFBO; + static U32 sCurResX; + static U32 sCurResY; + LLRenderTarget(); ~LLRenderTarget(); @@ -146,6 +149,9 @@ protected: std::vector<U32> mInternalFormat; U32 mFBO; U32 mPreviousFBO; + U32 mPreviousResX; + U32 mPreviousResY; + U32 mDepth; bool mStencil; bool mUseDepth; |
