tgfrerer / island

🌋🐎 Project Island is an experimental, hot-reloading Vulkan Renderer for Linux and Windows, written in C/C++.
MIT License
1.04k stars 42 forks source link

problem trying to compile examples #29

Closed cyrstem closed 3 years ago

cyrstem commented 3 years ago

hi im trying to compile the examples but i get 433 | *properties = self->raytracingProperties; | ^~~~~~~~ [68/74] Building CXX object le_backend_vk/CMakeFiles/le_backend_vk.dir/le_backend_vk.cpp.o FAILED: le_backend_vk/CMakeFiles/le_backend_vk.dir/le_bac,

tgfrerer commented 3 years ago

hi @cyrstem, can it be that your system has a relatively old Vulkan SDK installed? In that case upgrading your SDK will help.

cyrstem commented 3 years ago

yup that did the trick haven't updated in a log time thanks