Skip to content

imLinguin/node-vulkan-helper

Repository files navigation

vulkan-helper

This project was created using napi

Overview

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

Installing vulkan-helper

You can install the project with yarn. In the project directory, run:

$ yarn

This fully installs the project, including installing any dependencies.

Building vulkan-helper

If you have already installed the project and only want to run the build, run:

$ yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published