Spine-Input-URP.hlsl 368 B

123456789101112131415161718
  1. #ifndef URP_LIT_INPUT_INCLUDED
  2. #define URP_LIT_INPUT_INCLUDED
  3. #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Common.hlsl"
  4. ////////////////////////////////////////
  5. // Defines
  6. //
  7. #undef LIGHTMAP_ON
  8. CBUFFER_START(UnityPerMaterial)
  9. float4 _MainTex_ST;
  10. half _Cutoff;
  11. CBUFFER_END
  12. sampler2D _MainTex;
  13. float4 _MainColor;
  14. #endif // URP_LIT_INPUT_INCLUDED