diff options
author | Graham Linden <graham@lindenlab.com> | 2018-07-10 19:08:14 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-07-10 19:08:14 +0100 |
commit | a90e61b798711306496c2ed7aa5cce6d096ea466 (patch) | |
tree | 2fece6efe6d986d6518df28df2a2daed95b5ff70 /indra/newview/llsky.h | |
parent | 4fde1adbcf7d79bc4e80078c2f553b8ec020a1c3 (diff) |
Support blending current/next bloom textures in deferred star rendering.
Diffstat (limited to 'indra/newview/llsky.h')
-rw-r--r-- | indra/newview/llsky.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsky.h b/indra/newview/llsky.h index cc5db2c7ec..d2067a58bb 100644 --- a/indra/newview/llsky.h +++ b/indra/newview/llsky.h @@ -59,6 +59,7 @@ public: void setSunTextures(const LLUUID& sun_texture, const LLUUID& sun_texture_next); void setMoonTextures(const LLUUID& moon_texture, const LLUUID& moon_texture_next); void setCloudNoiseTextures(const LLUUID& cloud_noise_texture, const LLUUID& cloud_noise_texture_next); + void setBloomTextures(const LLUUID& bloom_texture, const LLUUID& bloom_texture_next); LLColor4 getSkyFogColor() const; |