Files
Main/Assets/GameAssets/RawResources/shader/Ares/Gonbest/FallBack/FBWithShadowAlphaTest.shader
2025-01-25 04:38:09 +08:00

22 lines
411 B
Plaintext

/*
Author:gzg
Date:2019-08-29
Desc:这个Shader,用于产生阴影,有alpha的处理
*/
Shader "Gonbest/FallBack/FBWithShadowAlphaTest"
{
Properties
{
_MainTex ("Base (RGB)", 2D) = "white" {}
_Cutoff("Cutoff",float) = 0.5
}
SubShader
{
Tags { "RenderType"="Opaque" }
UsePass "Gonbest/Function/ShadowCasterHelper/SHADOWCASTER&ALPHATEST"
}
Fallback "Gonbest/FallBack/FBWithShadow"
}