Skip to content

Commit

Permalink
### 5.5.14
Browse files Browse the repository at this point in the history
- updated dependency FSharp.Data.Adaptive 1.2.19
- [Vulkan] Changed config location of device chooser to Aardvark cache directory
- Added DownloadDepth() and DownloadStencil() overloads for IBackendTexture with an explicit target parameter
- Fixed simpleLighting and stableLight shaders to use ambient term
- Fixed race conditions with compact buffers and Vulkan image sampler arrays
  • Loading branch information
aszabo314 committed Jan 27, 2025
1 parent f625a65 commit 786bf0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 5.5.14
- updated dependency FSharp.Data.Adaptive 1.2.19
- [Vulkan] Changed config location of device chooser to Aardvark cache directory
- Added DownloadDepth() and DownloadStencil() overloads for IBackendTexture with an explicit target parameter
- Fixed simpleLighting and stableLight shaders to use ambient term
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ nuget Aardvark.Build ~> 2.0.2
nuget FSharp.Core >= 8.0.0 lowest_matching: true
nuget Microsoft.NETFramework.ReferenceAssemblies >= 1.0.0 lowest_matching: true

nuget FSharp.Data.Adaptive ~> 1.2.13
nuget CSharp.Data.Adaptive ~> 1.2.13
nuget FSharp.Data.Adaptive ~> 1.2.19
nuget CSharp.Data.Adaptive ~> 1.2.19

nuget Aardvark.Base.TypeProviders ~> 4.5.15

Expand Down

0 comments on commit 786bf0c

Please sign in to comment.