Fixed BlendOp #28

This commit is contained in:
ousttrue
2018-08-27 17:58:50 +09:00
parent aa5c32cbba
commit 0e23b6368e
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ SubShader {
ZWrite Off
Blend SrcAlpha OneMinusSrcAlpha
BlendOp Add, Max
Pass {
CGPROGRAM

View File

@@ -10,7 +10,8 @@ SubShader {
ZWrite On
Blend SrcAlpha OneMinusSrcAlpha
BlendOp Add, Max
Pass {
CGPROGRAM
#pragma vertex vert