Skip to content

Releases: krauthaufen/FShade

5.2.16

19 Oct 08:42
Compare
Choose a tag to compare

unpickleInternal now prints exception when failing

5.2.15

19 Oct 07:55
Compare
Choose a tag to compare

AOT improvements

5.3.0

17 Oct 15:02
Compare
Choose a tag to compare

Removed unused / unnecessary image and sampler types
Remove unused image formats
Remove MipMapLevels property for multisampled samplers
Allow multiple InterpolationMode values
Fixed various image and sampler methods and properties
Added Samples property for multisampled images and samplers
Added SampleLevelOffset
Implemented implicit flat interpolation for integral types
Fixed and added vector and matrix intrinsics
Fixed various intrinsics with regard to duplicated expressions
Added exp2 intrinsic
Added step, linearstep intrinsics
Implemented basic output type conversion (e.g. from V4d to V2d)
Added Debug.Printfn (Vulkan via validation layers only)
Implemented full support for unsigned integer types (images, samplers, output types)

5.2.14

17 Oct 19:34
Compare
Choose a tag to compare

new experimental AOT

5.2.13

17 Oct 09:45
Compare
Choose a tag to compare

Fixed issue with constant swizzles

5.2.12

08 Oct 09:37
Compare
Choose a tag to compare

disabled warnings again

5.2.11

08 Oct 09:17
Compare
Choose a tag to compare

printing warnings when Expr.TryGetReflectedDefinition fails

5.2.10

08 Oct 08:36
Compare
Choose a tag to compare

try/with for Expr.TryGetReflectedDefinition (seems to raise exceptions in some cases)

5.3.0-prerelease0004

04 Oct 11:30
Compare
Choose a tag to compare
5.3.0-prerelease0004 Pre-release
Pre-release

Added support for unsigned integer types (output, samplers, images, ...)

5.3.0-prerelease0003

20 Sep 11:11
Compare
Choose a tag to compare
5.3.0-prerelease0003 Pre-release
Pre-release

Removed interpolation modes for built-in fragement inputs
Removed MipMapLevels for multisampled samplers
Implemented Debug.Printf