Astrocelerate v0.2.1
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? (requiresVkValidationLayersto betrue)
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...]