Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.04 KB

Vulkan Corpse

Current progress

What is that?

Didn't you get it reading the title? I just trying to learn Vulkan in the static_cast<size_t>(-1) time.

How to build?

I usually use vscode with the CMake Tools extension. The compiler I use is Clang 18.1.7 x86_64-pc-windows-msvc, but you should probably success to build with your own.

What about to run & debug?

It's essentially important to open the workspace to debug the project using F5 key.

If you want to just run it, the execution directory is root of the project, so the assets directory should be near the place you run.