0.1.3
As of version 0.1.3, there are no known bugs in Ultraviolet ...which merely means that there are many unknown bugs lurking at the other end of the spectrum!
Fixes in this release:
- Added support for unary
!
, e.g. inif !myBool then vec4(1.0) else vec4(2.0)
. - Embedding Raw GLSL without trimming no longer creates erroneous
;
's. - Anonymous unary functions where the the argument is ignored using
_
now generate shader code that compiles correctly.
The release is part of a wider set up upcoming releases that, along with the usual fixes and improvements, aims to get all the PKG libraries onto the same versions of things like Scala / Scala.js.