Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Premultiply hotfix and stdin hotfix for vec4 datatypes source code.tar.gz | 2019-03-12 | 145.4 kB | |
Premultiply hotfix and stdin hotfix for vec4 datatypes source code.zip | 2019-03-12 | 161.3 kB | |
README.md | 2019-03-12 | 386 Bytes | |
Totals: 3 Items | 307.1 kB | 0 |
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, assignUSE_ALPHA
to1
inbars.glsl
to enable.