diff options
author | Dave Parks <davep@lindenlab.com> | 2022-03-04 17:05:05 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-03-04 17:05:05 -0600 |
commit | 9dc8fee0f52b5cf9d0cfc85fd285b3829b165796 (patch) | |
tree | 07f14fdaecb4a3c29ec99a7b378e59e1eab893cc /indra/newview/lldrawpoolbump.h | |
parent | 97a103255e433629f13e2156aa307ca329cdcfc6 (diff) |
SL-16928 Fix for broken bumpmaps on Intel GPUs
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r-- | indra/newview/lldrawpoolbump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h index 6e21859738..e8a027967b 100644 --- a/indra/newview/lldrawpoolbump.h +++ b/indra/newview/lldrawpoolbump.h @@ -163,6 +163,7 @@ private: bump_image_map_t mDarknessEntries; static LL::WorkQueue::weak_t sMainQueue; static LL::WorkQueue::weak_t sTexUpdateQueue; + static LLRenderTarget sRenderTarget; }; extern LLBumpImageList gBumpImageList; |