Skip to content

Premultiply hotfix and stdin hotfix for vec4 datatypes

Compare
Choose a tag to compare
@jarcode-foss jarcode-foss released this 12 Mar 19:52
· 91 commits to master since this release

disclaimer: this release breaks "native" transparency, use 1.6.3 instead if you require it.

  • Fixed a critical issue with --stdin that caused the alpha channel to be garbage data
  • Added a premultiply step to bars to allow for proper handling of the alpha channel on "native" transparency. This is disabled by default, assign USE_ALPHA to 1 in bars.glsl to enable.