LMQT/Assets/TouchScript/Shaders/DebugDepthTest.shader
2024-12-10 09:03:45 +08:00

13 lines
230 B
Plaintext

Shader "Hidden/DebugDepthTest" {
SubShader {
Pass {
Blend SrcAlpha OneMinusSrcAlpha
ZWrite Off
Cull Off
BindChannels {
Bind "vertex", vertex
Bind "color", color
}
}
}
}