This repository contains python script for searching/checking Vulkan extensions supported by GPU.
To run script you need txt file that contains searched extension, each in separate row and folder that contains only json files generated by VulkanCapsViewer.
Sample command for running script:
python .\check_for_extension.py -d GPUs_JSONS -f searched_extensions.txt
You can use -h
for help with runnig script:
python .\check_for_extension.py -h