VR4Medical/ICI/Assets/Samples/XR Interaction Toolkit/3.1.1/Hands Interaction Demo/Shaders/DepthOnly.shader
2025-08-13 10:52:17 +03:00

20 lines
204 B
Plaintext

Shader "Unlit/DepthOnly"
{
Properties
{
}
SubShader
{
Tags { "Queue"="Transparent" }
Pass
{
ZWrite On
ColorMask 0
}
}
}