This commit is contained in:
SoulliesOfficial
2026-01-03 18:19:39 -05:00
parent 3bcd7c1cf8
commit 33b1795c1f
7387 changed files with 2762819 additions and 716926 deletions

View File

@@ -55,6 +55,18 @@ namespace Echovoid.Runtime.Behavior.Rendering
public static readonly int _ColorOuter = Shader.PropertyToID("_ColorOuter");
public static readonly int _VignetteParams1 = Shader.PropertyToID("_VignetteParams1");
public static readonly int _VignetteCenter = Shader.PropertyToID("_VignetteCenter");
// --- Anime Bloom ---
public static readonly int _BloomParams = Shader.PropertyToID("_BloomParams");
public static readonly int _BloomTint = Shader.PropertyToID("_BloomTint");
public static readonly int _AnimeBloom_BlurRadius = Shader.PropertyToID("_BlurRadius");
public static readonly int _BloomTex = Shader.PropertyToID("_BloomTex");
// --- Anime ACES ---
public static readonly int _TonemapParams = Shader.PropertyToID("_TonemapParams");
public static readonly int _ACESCoeffs = Shader.PropertyToID("_ACESCoeffs");
public static readonly int _ACES_E = Shader.PropertyToID("_ACES_E");
public static readonly int _ColorFilter = Shader.PropertyToID("_ColorFilter");
}
}
}