Skip to content

Version 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@DadSchoorse DadSchoorse released this 19 Nov 19:19
· 309 commits to master since this release
b5ca0b5

New Features

Enhanced Subpixel Morphological Anti-Aliasing

  • Higher quality anti-aliasing than FXAA
  • Can be enabled in the config file

Option to use multiple effects at once

  • Can be configured via the effects option in the config file

One environment variable to rule them all

  • 32-bit vkBasalt can now be enabled with ENABLE_VKBASALT instead of ENABLE_VKBASALT32

Config file

  • The config file now allows white space
  • It is now possible to change settings like subpixel Anti-Aliasing strength for FXAA

Bug fixes

  • Presenting from a compute queue should no longer cause artifacts
  • Memory allocation an intel and amdvlk should be fixed
  • VkInstance and VkDevice objects are now destroyed properly