Shader "Custom/Mask"
{
	Properties
	{

	}

	SubShader
	{

		Tags 
		 {
			"RenderType" = "Opaque"
		 }

		 Pass
		 {
			ZWrite Off
		 }
	}
}