Go to file
2023-01-27 09:43:46 +00:00
shaders hello triangle! 2023-01-27 09:43:46 +00:00
.gitignore first vertex and fragment shaders 2023-01-23 11:48:02 +00:00
main.cpp hello triangle! 2023-01-27 09:43:46 +00:00
Makefile first vertex and fragment shaders 2023-01-23 11:48:02 +00:00
README.md first vulkan + glfw window 2023-01-19 10:36:47 +00:00

Tested on macOS Ventura 13.1 with M1 processor.

Install VulkanSDK: https://vulkan.lunarg.com/

brew install glfw glm
export VULKAN_SDK=$HOME/path/to/your/VulkanSDK/1.3.236.0

make run