Clean up OUTPUT_IS_SRGB redefinitions

This commit is contained in:
clayjohn
2023-02-23 12:56:42 -08:00
parent e0de3573f3
commit 316cf04059
3 changed files with 0 additions and 3 deletions
@@ -1619,7 +1619,6 @@ MaterialStorage::MaterialStorage() {
actions.renames["INSTANCE_CUSTOM"] = "instance_custom";
actions.renames["SCREEN_UV"] = "screen_uv";
actions.renames["DEPTH"] = "gl_FragDepth";
actions.renames["OUTPUT_IS_SRGB"] = "true";
actions.renames["FOG"] = "fog";
actions.renames["RADIANCE"] = "custom_radiance";
actions.renames["IRRADIANCE"] = "custom_irradiance";