diff options
| author | mobserveur <mobserveur@gmail.com> | 2025-10-02 16:56:37 +0200 |
|---|---|---|
| committer | mobserveur <mobserveur@gmail.com> | 2025-10-02 16:56:37 +0200 |
| commit | 1391de205450a2790c8b19acb88b635468b5bee5 (patch) | |
| tree | e2fe62778b9bcec97f77fd96b5c28d24fcc7bac4 /indra/newview/app_settings/shaders/class1/windlight | |
| parent | 37bfe659ad0e4eaad4e3697f27947aaea4db8427 (diff) | |
Cleaning deprecated gamma functions in shaders
This commit is a complement to cleaning deprecated gamma functions in shaders
Diffstat (limited to 'indra/newview/app_settings/shaders/class1/windlight')
| -rw-r--r-- | indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl b/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl index a892ff9cdc..6fc1747089 100644 --- a/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl +++ b/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl @@ -25,7 +25,6 @@ vec3 getAdditiveColor(); vec3 getAtmosAttenuation(); -vec3 scaleSoftClipFrag(vec3 light); vec3 srgb_to_linear(vec3 col); vec3 linear_to_srgb(vec3 col); |
