13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
Shader "Hidden/DebugMultiplyDepthTest" {
|
|
SubShader {
|
|
Pass {
|
|
Blend OneMinusDstColor Zero
|
|
ZWrite Off
|
|
Cull Off
|
|
BindChannels {
|
|
Bind "vertex", vertex
|
|
Bind "color", color
|
|
}
|
|
}
|
|
}
|
|
} |