14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
|
Shader "Hidden/DebugNoDepthTest" {
|
||
|
SubShader {
|
||
|
Pass {
|
||
|
Blend SrcAlpha OneMinusSrcAlpha
|
||
|
ZWrite Off
|
||
|
ZTest Always
|
||
|
Cull Off
|
||
|
BindChannels {
|
||
|
Bind "vertex", vertex
|
||
|
Bind "color", color
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|