Files
MosisVR/Assets/Samples/XR Interaction Toolkit/3.3.0/Hands Interaction Demo/Shaders/DepthOnly.shader
2026-01-06 17:47:11 +01:00

20 lines
204 B
Plaintext

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