diff options
author | Dave Parks <davep@lindenlab.com> | 2022-05-19 22:24:41 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-05-19 22:24:41 -0500 |
commit | 3564b24e2a90e0772c37185cc5dcedca29d62ab8 (patch) | |
tree | 9c0e7fa9d747d7bca7b25352bf8e28c875163e77 /indra/newview/llreflectionmapmanager.cpp | |
parent | 02fb1bd6103cad5538fc170e015f4329f3545542 (diff) |
SL-17286 Reflection probe alpha/fullbright support.
Diffstat (limited to 'indra/newview/llreflectionmapmanager.cpp')
-rw-r--r-- | indra/newview/llreflectionmapmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp index 8aacbba6be..5fe510fb56 100644 --- a/indra/newview/llreflectionmapmanager.cpp +++ b/indra/newview/llreflectionmapmanager.cpp @@ -506,6 +506,8 @@ void LLReflectionMapManager::setUniforms() { LL_PROFILE_ZONE_SCOPED_CATEGORY_DISPLAY; + // TODO -- avoid repacking UBO unnecessarily + // structure for packing uniform buffer object // see class2/deferred/softenLightF.glsl struct ReflectionProbeData |