This project provides a .NET binding for the
API.
Nuget
Check our
to see examples of using VulkanSharp
Tutorials
How to use
and
extension
Building
Windows
To build VulkanSharp, open VulkanSharp.sln in Visual Studio and build the solution. Alternatively you can also build it on the command line, run the msbuild VulkanSharp.sln command. It should download the needed dependencies.
Mac/Linux
To build VulkanSharp, run the make command, which will download the needed dependencies.
Vulkan information
Specification from the Khronos group
,
To learn more about Vulkan, you can check
Vulkan on Android
Vulkan on Android (NVIDIA's devices)
More Android Vulkan samples
,