UniversalViewer/Assets/Scripts/RuntimeGizmo/Shader/Resources/Lines.shader

20 lines
236 B
Plaintext
Raw Normal View History

2024-04-21 22:38:26 +08:00
Shader "Custom/Lines"
{
SubShader
{
Pass
{
Blend SrcAlpha OneMinusSrcAlpha
ZWrite Off
ZTest Always
Cull Off
Fog { Mode Off }
BindChannels
{
Bind "vertex", vertex
Bind "color", color
}
}
}
}