Files
PrinceOfGlory/Assets/Samples/XR Interaction Toolkit/2.5.2/Hands Interaction Demo/Shaders/DepthOnly.shader
kridoo 6e91a0c7f0 111
2025-09-15 17:32:08 +08:00

20 lines
213 B
Plaintext

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