Skip to content

Commit

Permalink
[2D] - Changed chromatic aberration to perform final blending with pr…
Browse files Browse the repository at this point in the history
…emultiplied instead of no blending.
  • Loading branch information
Tape-Worm committed Aug 8, 2021
1 parent 907635d commit 3f9938c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected override Gorgon2DBatchState OnGetBatchState(int passIndex, IGorgon2DEf


_chromeAbBatchState = builders.BatchBuilder.Clear()
.BlendState(GorgonBlendState.NoBlending)
.BlendState(GorgonBlendState.Premultiplied)
.PixelShaderState(_chromeAbShaderState)
.Build(BatchStateAllocator);

Expand Down

0 comments on commit 3f9938c

Please sign in to comment.