Glavnokoman / vuh

Vulkan compute for people
https://glavnokoman.github.io/vuh
MIT License
346 stars 34 forks source link

lots of changes for enable VULKAN_HPP_NO_EXCEPTIONS #40

Closed wangqiang1588 closed 5 years ago

wangqiang1588 commented 5 years ago

lots of changes for enable VULKAN_HPP_NO_EXCEPTIONS

android does not support c++ exception well, lots of versions will crash when exception is throw

try catch will failed. we default disable exception on android.

LOCAL_CPPFLAGS := -fexceptions works incorrect.

following https://developer.android.com/ndk/guides/cpp-support