Skip to content

Instantly share code, notes, and snippets.

@sugi-cho
Created February 17, 2020 13:48
Show Gist options
  • Save sugi-cho/8f3716f9c524ccd527cda62b7a99ea61 to your computer and use it in GitHub Desktop.
Save sugi-cho/8f3716f9c524ccd527cda62b7a99ea61 to your computer and use it in GitHub Desktop.
blend additive with alpha blended
c.rgb = lerp(a.rgb+b.rgb, b.rgb, b.a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment