Skip to content

Astrocelerate v0.2.1

Choose a tag to compare

@ButteredFire ButteredFire released this 02 Jan 03:59

v0.2.1 - Hotfix: Debug Diagnostics

This patch adds three new launch configurations that can be enabled/disabled via config/ApplicationConfig.json or overriden via command line arguments:

  • ShowWindowConsole: Should a dedicated console open on launch?
  • VkValidationLayers: Should Vulkan validation layers be enabled?
  • VkAPIDump: Should Vulkan API dumps be enabled? (requires VkValidationLayers to be true)

In config/ApplicationConfig.json, these attributes can be directly edited, and should take effect on next launch. To override them via command line arguments, you can launch Astrocelerate with the following syntax:

> "Path/To/Astrocelerate/bin/Astrocelerate.exe" [args...]