Files
virtual-university-tour/sources/Assets/Samples/XR Interaction Toolkit/3.3.1/Hands Interaction Demo/Shaders/DepthOnly.shader
T
2026-07-12 18:53:05 +04:00

20 lines
204 B
Plaintext
Executable File

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