vulkan-playground/README.md

11 lines
193 B
Markdown
Raw Normal View History

2023-01-18 11:05:07 +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
2023-01-19 10:36:26 +00:00
make run
2023-01-18 11:05:07 +00:00
```