2018-03-07, the new version of API (Vulkan 1.1) was released.
I want to know:
- which console command can display currently installed API version.
$ /usr/bin/vulkaninfo | head -n 5
===========
VULKAN INFO
===========
Vulkan Instance Version: 1.1.70
WARNING: radv is not a conformant vulkan implementation, testing use only.
- how to determine the same thing in C# language programmatically.