Files
Cielonos/Assets/OtherPlugins/Le Tai's Asset/TranslucentImage/Resources/URP/interop_urp.hlsl
SoulliesOfficial f7af60351b 阶段性完成
2025-12-08 05:27:53 -05:00

7 lines
266 B
HLSL

#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
#if UNITY_VERSION < 600000
SAMPLER(sampler_LinearClamp);
#endif
#define SAMPLE_SCREEN_TEX(tex, uv) SAMPLE_TEXTURE2D_X(tex, sampler_LinearClamp, UnityStereoTransformScreenSpaceTex(uv))