14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
Shader "Hidden/DebugMultiplyNoDepthTest" {
|
|
SubShader {
|
|
Pass {
|
|
Blend OneMinusDstColor Zero
|
|
ZWrite Off
|
|
ZTest Always
|
|
Cull Off
|
|
BindChannels {
|
|
Bind "vertex", vertex
|
|
Bind "color", color
|
|
}
|
|
}
|
|
}
|
|
} |