Skip to content

Releases: krauthaufen/FShade

5.3.2

08 Nov 13:52
Compare
Choose a tag to compare

Added simple hash based id to RaytracingEffect
Added matrix transform intrinsics
Removed redundant dimension parameter in CNewVector

5.3.1

31 Oct 10:22
Compare
Choose a tag to compare

Fixed issue with reflected functions using sampler types as parameters

5.2.17

19 Oct 12:08
Compare
Choose a tag to compare

shorter type-names in serializer

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