diff options
author | Rye Mutt <rye@lindenlab.com> | 2024-08-29 16:29:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 16:29:36 -0700 |
commit | 7e58f089a808b9622f6604407934b36650844a04 (patch) | |
tree | 9473316ce4a615499bda44c87edb3744134bace0 /indra/llrender/llrender.h | |
parent | 17fed3985f56033f6c433436935cfde32ea1e7c6 (diff) | |
parent | 9c6988cf2282a02c5dae31dcada147240ead4e64 (diff) |
Merge pull request #2466 from RyeMutt/smaa
Introduce SMAA and rework post process chain for better visual quality
Diffstat (limited to 'indra/llrender/llrender.h')
-rw-r--r-- | indra/llrender/llrender.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index 010ab122b6..4aa33b7427 100644 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -219,17 +219,12 @@ public: void setHasMipMaps(bool hasMips) { mHasMipMaps = hasMips; } - void setTextureColorSpace(eTextureColorSpace space); - - eTextureColorSpace getCurrColorSpace() { return mTexColorSpace; } - protected: friend class LLRender; S32 mIndex; U32 mCurrTexture; eTextureType mCurrTexType; - eTextureColorSpace mTexColorSpace; S32 mCurrColorScale; S32 mCurrAlphaScale; bool mHasMipMaps; |