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 Jul 18, 2023
1 parent b48e726 commit b97890e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 5.5.1
* Removed warning on field set for storage buffers
* Added caching for raytracing shaders and effects
* Made hashes of compute shaders more consistent
* Added check for type redefinitions in module compiler
* [Debugger] Fixed issue with single unit input shader functions
* [Debugger] Disabled symbol and other miscellaneous file generation on build
* [Debugger] Enable file watchers on demand due to inotify limit on Linux
* [Debugger] Fixed backslash handling in paths
* [Serializer] Include more type information in hashes to avoid conflicts when using shader debugger

### 5.5.0
* Reworked shader debugger (see https://github.com/aardvark-platform/aardvark.docs/wiki/FShade-ShaderDebugger)
* Reduced the number of OnlyInShaderCode exceptions thrown by the optimizer
Expand Down

0 comments on commit b97890e

Please sign in to comment.