diff options
Diffstat (limited to 'Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader')
-rw-r--r-- | Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader b/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader new file mode 100644 index 0000000..53f590d --- /dev/null +++ b/Assets/Samples/XR Interaction Toolkit/3.1.2/Hands Interaction Demo/Shaders/DepthOnly.shader @@ -0,0 +1,19 @@ +Shader "Unlit/DepthOnly" +{ + Properties + { + } + SubShader + { + Tags { "Queue"="Transparent" } + + + Pass + { + ZWrite On + + ColorMask 0 + } + + } +} |