summaryrefslogtreecommitdiff
path: root/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader
blob: 53f590da0a7ab4ddd0cdf8d8f46bcf4f095af190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Shader "Unlit/DepthOnly"
{
    Properties
    {
    }
    SubShader
    {
        Tags { "Queue"="Transparent" }


        Pass
        {
            ZWrite On

            ColorMask 0
        }

    }
}