Searched refs:ExtensionNotPresentError (Results 1 – 2 of 2) sorted by relevance
3334 class ExtensionNotPresentError : public SystemError class3337 ExtensionNotPresentError( std::string const & message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError3339 ExtensionNotPresentError( char const * message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError3518 case Result::eErrorExtensionNotPresent: throw ExtensionNotPresentError( message ); in throwResultException()
5677 class ExtensionNotPresentError : public SystemError class5680 ExtensionNotPresentError( std::string const & message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError5682 ExtensionNotPresentError( char const * message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError5955 case Result::eErrorExtensionNotPresent: throw ExtensionNotPresentError( message ); in throwResultException()