Files
Cielonos/Assets/PotaToon/Shaders/Common/PotaToonGlobalInput.hlsl
SoulliesOfficial f7af60351b 阶段性完成
2025-12-08 05:27:53 -05:00

13 lines
303 B
HLSL

#ifndef POTA_TOON_GLOBAL_INPUT_INCLUDED
#define POTA_TOON_GLOBAL_INPUT_INCLUDED
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
half _ScreenRimWidth;
half4 _ScreenRimColor;
TEXTURE2D_X(_PotaToonCharMask);
#define MaxScreenRimDist _ScreenRimColor.a
#endif