diff options
author | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-03-06 17:42:54 +0000 |
---|---|---|
committer | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-03-06 17:42:54 +0000 |
commit | 7ba03ede49a0850016c0b3f97863c0ec9944b251 (patch) | |
tree | 3e71dc5ffa6b033cf12afef1f4190ee14bba4021 /indra/llrender/llatmosphere.h | |
parent | 5517eb3f6f06226fba0ffe510334f519a8a7d7b7 (diff) |
Modify use of linkable shader from libatmosphere.
Update to use latest 3p-libatmo build packages.
Diffstat (limited to 'indra/llrender/llatmosphere.h')
-rw-r--r-- | indra/llrender/llatmosphere.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llatmosphere.h b/indra/llrender/llatmosphere.h index 4aa36be27f..6a9d1a4438 100644 --- a/indra/llrender/llatmosphere.h +++ b/indra/llrender/llatmosphere.h @@ -50,7 +50,7 @@ public: LLGLTexture* getScattering() const; LLGLTexture* getMieScattering() const; - GLuint getAtmosphericShaderForLink() const; + GLhandleARB getAtmosphericShaderForLink() const; protected: LLAtmosphere(const LLAtmosphere& rhs) |