2025-04-30 23:12:28 +08:00

23 lines
402 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