Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Oct 17, 2022
1 parent 51380cf commit b1d0c73
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 5.3.0
* 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.3.0-prerelease0004
* Added support for unsigned integer types (output, samplers, images, ...)

Expand Down

0 comments on commit b1d0c73

Please sign in to comment.