This repo contains a set of sample applications showing how to use
to access the Vulkan API for rendering graphics.
Building the samples
The current sample set is contained in the
solution and will build in Visual Studio 2015; any SharpVk dependencies can be downloaded from NuGet (
&
).
Vulkan Dependencies
Current AMD Radeon & nVidia Geforce drivers for Windows are Vulkan compliant and should require no additional downloads, and Intel have
for their HD graphics chips too.
Note
These samples were ported from C++ originals published (and very well explained) at
.