Skip to content

Commit

Permalink
Update gold
Browse files Browse the repository at this point in the history
  • Loading branch information
krasnotsvetov committed Dec 4, 2019
1 parent e157ce5 commit 7720a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Shader "Unlit/SingleColor"
Pass { Blend Off }
Pass { Blend SrcAlpha OneMinusSrcAlpha }
Pass { Blend One One }
// {source0}Pass { Blend One One, Zero SrcColor }
// {selstart}Pass { Blend One One, Zero SrcColor }
// Pass { Blend 2 One One }
// Pass { BlendOp Add }
// Pass { BlendOp 3 Sub }{target0}{caret}
// Pass { BlendOp 3 Sub }{selend}
Pass { BlendOp 3 Min, Max }
Pass { AlphaToMask On }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Shader "Unlit/SingleColor"
Pass { Blend Off }
Pass { Blend SrcAlpha OneMinusSrcAlpha }
Pass { Blend One One }
{source0}Pass { Blend One One, Zero SrcColor }
{selstart}Pass { Blend One One, Zero SrcColor }
Pass { Blend 2 One One }
Pass { BlendOp Add }
Pass { BlendOp 3 Sub }{target0}{caret}
Pass { BlendOp 3 Sub }{selend}
Pass { BlendOp 3 Min, Max }
Pass { AlphaToMask On }
}
Expand Down

0 comments on commit 7720a4c

Please sign in to comment.