nordic2025/Assets/Samples/XR Interaction Toolkit/3.1.1/Hands Interaction Demo/Shaders/DepthOnly.shader
2025-04-05 00:14:44 +02:00

20 lines
204 B
Plaintext

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