Files
bansonic_beta_main/Packages/com.esotericsoftware.spine.urp-shaders-4.3-2019.1/Shaders/Include/Spine-Input-URP.hlsl
T
2026-02-24 05:36:08 +08:00

23 lines
380 B
HLSL

#ifndef URP_LIT_INPUT_INCLUDED
#define URP_LIT_INPUT_INCLUDED
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Common.hlsl"
////////////////////////////////////////
// Defines
//
#undef LIGHTMAP_ON
CBUFFER_START(UnityPerMaterial)
float4 _MainTex_ST;
half _Cutoff;
half4 _Color;
half4 _Black;
CBUFFER_END
sampler2D _MainTex;
#endif // URP_LIT_INPUT_INCLUDED