Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 277 Bytes

Vulkan-Tutorial

My first dwelling into computer graphics overall and with Vulkan, in particular.

Build

$ meson setup build            # setup build directoty
$ meson compile -C build       # compile everything
$ ./build/tutorial             # run app