VK-Z: Vulkan API capabilities and extensions viewer
Copyright (c) 2016 Geeks3D - All rights reserved.
http://www.geeks3d.com/vkz/

***************************************************
THIS SOFTWARE IS PROVIDED 'AS-IS', WITHOUT ANY 
EXPRESS OR IMPLIED WARRANTY. IN NO EVENT WILL 
THE AUTHOR BE HELD LIABLE FOR ANY DAMAGES ARISING 
FROM THE USE OF THIS SOFTWARE.
***************************************************

Syntax: vkz [-option]
  -a: detailed information (device limits)
  -txt: outputs the report in text format (default)
  -xml: outputs the report in xml format
  -f: displays Vulkan entrypoints required by the app (API functions)
  -h: this help
  -noheaderfooter: does not output header and footer in text format
  
Example 1:
vkz -a

Example 2:
vkz -a -xml > report.xml 


Contact:
- Twitter: @Geeks3D or @JeGX
- Email: jegx@ozone3d.net
