New Changes
Vulkan Details in Vulkan Tab shows information from Vulkaninfo --summary Command
Groups tab added to Vulkan (This should complete Vulkaninfo report)
Meson Support added , users can now install the application by just cloning and following the below command (please ensure meson is installed for performing the below steps)
- Clone or download the repository
- Navigate to GPU-VIEWER folder and open terminal
- Type meson _build and enter
- Type cd _build and enter
- Type ninja install and Enter
Thanks to @tinywrkb @TingPing and @gasinvein for the Meson Support
Other Fixes
- driverVersion in Vulkan details is fixed , removed hardcoded value
- Fixed Surface Tab for MultiGPU
- Tested with Vulkan-Tools version 1.3.212