Closed tomix1024 closed 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.
vku::Framework
vku_framework.hpp
This also fixes #48 .
Thanks. This is an unfortunate consequence of not having a PC to test the changes and only relying on reported outcomes.
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 invku_framework.hpp
but was not updated in the examples accordingly.This also fixes #48 .