mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-14 16:27:19 +00:00
15 lines
433 B
Text
15 lines
433 B
Text
|
Shader "Debug/GLlineZOff" {
|
||
|
SubShader {
|
||
|
Pass {
|
||
|
Blend SrcAlpha OneMinusSrcAlpha
|
||
|
ZWrite Off
|
||
|
ZTest Always
|
||
|
Cull Off
|
||
|
BindChannels {
|
||
|
Bind "vertex", vertex
|
||
|
Bind "color", color
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|