6 lines
202 B
Plaintext
Executable File
6 lines
202 B
Plaintext
Executable File
Shader "Custom/SteamVR_Fade" {
|
|
SubShader { Pass {
|
|
Blend SrcAlpha OneMinusSrcAlpha
|
|
ZTest Always Cull Off ZWrite Off Fog { Mode Off }
|
|
BindChannels { Bind "vertex", vertex Bind "color", color }
|
|
} } } |