mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-27 06:20:17 +00:00
14 lines
395 B
Text
14 lines
395 B
Text
|
Shader "Debug/GLlineZOn" {
|
||
|
SubShader {
|
||
|
Pass {
|
||
|
Blend SrcAlpha OneMinusSrcAlpha
|
||
|
ZWrite Off
|
||
|
Cull Off
|
||
|
BindChannels {
|
||
|
Bind "vertex", vertex
|
||
|
Bind "color", color
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|