Add [[noreturn]] and remove VULKAN_HPP_INLINE to/from function throwResultException (#430)
Resolves issue #406
This commit is contained in:
committed by
Markus Tavenrath
parent
3fc2ea47fd
commit
581b7cb227
@@ -12558,7 +12558,7 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
: SystemError( make_error_code( Result::eErrorFullScreenExclusiveModeLostEXT ), message ) {}
|
||||
};
|
||||
|
||||
VULKAN_HPP_INLINE void throwResultException( Result result, char const * message )
|
||||
[[noreturn]] static void throwResultException( Result result, char const * message )
|
||||
{
|
||||
switch ( result )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user