mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
14 lines
433 B
Text
14 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
|
|
}
|
|
}
|
|
}
|
|
}
|