andy-thomason / Vookoo

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

Fix compilation errors #49

Closed tomix1024 closed 2 years ago

tomix1024 commented 2 years ago

This PR fixes the compilaton errors with current Vulkan-Hpp headers, as well as the compilation errors in the examples where the vku::Framework constructor changed in vku_framework.hpp but was not updated in the examples accordingly.

This also fixes #48 .

lhog commented 2 years ago

Thanks. This is an unfortunate consequence of not having a PC to test the changes and only relying on reported outcomes.