How to list supported Vulkan extensions #726
robertosfield
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added reporting the physical device extensions to vsgdeviceselection example in addition to the reporting of instance extensions that it was already capable of reporting. The changes are now in vsgExamples master, and added with the commit:
vsg-dev/vsgExamples@c789753
To list all the extensions using this example simply run:
vsgdeviceselection -e
On My Kubuntu 22.04 system with AMD 5700G I am using just integrated GPU, but there are two drivers available, you can list all the physical devices available using --list:
The first one is heardware accelerated one, this chosen by default, the second the software driver. The reported instance and physical devices extension reported by the RADV driver is:
Beta Was this translation helpful? Give feedback.
All reactions