SanAndreasUnity/Assets/Shaders/GLlineZOn.shader

14 lines
395 B
Text
Raw Normal View History

2020-05-31 17:07:22 +00:00
Shader "Debug/GLlineZOn" {
SubShader {
Pass {
Blend SrcAlpha OneMinusSrcAlpha
ZWrite Off
Cull Off
BindChannels {
Bind "vertex", vertex
Bind "color", color
}
}
}
}