A basic hello world Vulkan application as a single C file and 2 shader files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
itycodes 220eff9b3d
Fix up the vert-inline example, to keep it consistent with vert
4 weeks ago
Makefile Initial commit 4 weeks ago
README.md Add a readme and screenshot 4 weeks ago
frag.frag Initial commit 4 weeks ago
main.c Various fixes around main.c 4 weeks ago
screenshot.png Add a readme and screenshot 4 weeks ago
vert-inline.vert Fix up the vert-inline example, to keep it consistent with vert 4 weeks ago
vert.vert Fixed comments to match the new vars 4 weeks ago

README.md

Compiling & Running

Compile:

make

Run:

make run

Screenshot

Screenshot