Skip to content

Releases: aardvark-platform/aardvark.rendering

5.3.1

13 Nov 18:53
Compare
Choose a tag to compare
  • Fixed export (sharing) bug on MacOS (pNext chain needs to be empty)

5.3.0

5.3.0-prerelease0005

17 Oct 10:15
Compare
Choose a tag to compare
5.3.0-prerelease0005 Pre-release
Pre-release
  • Implemented debug configurations for enabling backend-specific debug features
  • Added validation for color attachment formats when creating framebuffer signatures
  • Added proper support for unsigned integer color attachments

5.2.17

11 Oct 16:32
Compare
Choose a tag to compare
  • Improved error handling of DDS parser
  • [Sg] Added delay
  • [Sg] Added reference counting for onActivation
  • [Application.Slim] Fixed error code printing

5.2.16

06 Oct 15:09
Compare
Choose a tag to compare
  • [Application.Slim.GL] Fix issue with sample count for non-multisampled windows

5.2.15

29 Sep 12:54
Compare
Choose a tag to compare
  • Font constructor with System.IO.Stream

5.2.14

26 Sep 14:50
Compare
Choose a tag to compare
  • Framebuffer Copy/ReadPixels

5.3.0-prerelease0004

20 Sep 11:50
Compare
Choose a tag to compare
5.3.0-prerelease0004 Pre-release
Pre-release
  • [Vulkan] Implemented RaytracingTask.Update
  • [Vulkan] Implemented CommandTask.PerformUpdate
  • [Vulkan] Reworked resource manager to prevent disposal of resources in use
  • [Vulkan] Use separate device tokens for graphics and compute families
  • [Vulkan] Lock pending set during update loop of ResourceLocationSet
  • [Vulkan] Added basic support for validation features
  • [Raytracing] Fixed issue with acceleration structure building and device tokens
  • [GL] Fixed memory usage tracking for imported resources
  • Added IRenderTask.Update overloads
  • Updated to FShade 5.3 prerelease

5.2.13

08 Sep 16:52
Compare
Choose a tag to compare
  • switched to aardvark.assembler

5.3.0-prerelease0003

22 Aug 16:23
Compare
Choose a tag to compare
5.3.0-prerelease0003 Pre-release
Pre-release
  • [Vulkan] Fixed issue with duplicate descriptor writes
  • [Vulkan] Trim excess elements from image sampler array
  • [Vulkan] Fixed extensions being wrongly reported as unavailable
  • [Vulkan] Lock pending set during update loop of DescriptorSetResource