andy-thomason / Vookoo

A set of utilities for taking the pain out of Vulkan in header only modern C++
MIT License
521 stars 52 forks source link

Fix for MacOS when no window for visualization is needed. #24

Closed FunMiles closed 4 years ago

FunMiles commented 4 years ago

I had not tested the helloCompute example and it will not compile on Mac OS before this fix. All other examples will compile and run. With this fix, the helloCompute does compile and run.