This project was created using napi
This library provides misc function for checking vulkan versions. And can be easily extended for fetching other data.
Currently there are two functions you can use.
getInstanceVersion
- returns vulkan loader version [major, minor, patch]
getPhysicalVersions
- reutrns array of devices and vulkan versions they support
You can install the project with yarn. In the project directory, run:
$ yarn
This fully installs the project, including installing any dependencies.
If you have already installed the project and only want to run the build, run:
$ yarn build