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 6f34ba5df7
Slight cleanup of the vertex shader
2 days ago
Makefile Initial commit 2 days ago
README.md Add a readme and screenshot 2 days ago
frag.frag Initial commit 2 days ago
main.c Initial commit 2 days ago
screenshot.png Add a readme and screenshot 2 days ago
vert-inline.vert Initial commit 2 days ago
vert.vert Slight cleanup of the vertex shader 2 days ago

README.md

Compiling & Running

Compile:

make

Run:

make run

Screenshot

Screenshot