This website requires JavaScript.
Explore
Help
Sign In
mewin
/
vulkan-hpp
Watch
1
Star
0
Fork
0
You've already forked vulkan-hpp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
vulkan-hpp
/
vulkan
History
Markus Tavenrath
05bd56f8c5
Fix issue
#147
. Do not assert on negative result codes when throwing an exception. There're cases where vendors are non-standard conform and return positive return codes and it's also possible that new success codes could be introduced which require special handling. For the latter case it's legit to throw an exception which a positive result code. (
#156
)
2017-11-30 15:18:58 +01:00
..
vulkan.hpp
Fix issue
#147
. Do not assert on negative result codes when throwing an exception. There're cases where vendors are non-standard conform and return positive return codes and it's also possible that new success codes could be introduced which require special handling. For the latter case it's legit to throw an exception which a positive result code. (
#156
)
2017-11-30 15:18:58 +01:00