Files
tianrunCRM/Assets/CoolapeFrame/3rd/NGUI_Enhance/DepthMask/DepthMask.shader

10 lines
181 B
Plaintext
Raw Normal View History

2020-07-04 14:41:25 +08:00
Shader "Depth Mask" {
SubShader {
Tags {"Queue" = "Geometry-10" }
Lighting Off
ZTest LEqual
ZWrite On
ColorMask 0
Pass {}
}
}