This is a Vulkan binding for C3
. On the details of how to include this library in your project, see vulkan.c3l
To build example program we need
If you are on Arch Linux you can install them all using
sudo pacman -S c3c vulkan-devel make
Simply run make
to run the program. Or if you want debug build, run
make debug