This is a sample while is using Vulkan to project models onto the screen for display.
I build this project on Window. Please write a file to generate .spv if you want to use it on Linux or Mac.
###Requirement
- GLFW
- GLM
- stb_image
- tiny_obj_loader
- VulkanSDK
- Link to third-party libraries;
- Run
compile.bat; - Put the
.spvfile into theshadersfolder; - Make main.cpp a startup item;
- Run or Debug.