Searched refs:ImageUsageNotSupportedKHRError (Results 1 – 1 of 1) sorted by relevance
5830 class ImageUsageNotSupportedKHRError : public SystemError class5833 ImageUsageNotSupportedKHRError( std::string const & message ) in ImageUsageNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::ImageUsageNotSupportedKHRError5835 ImageUsageNotSupportedKHRError( char const * message ) in ImageUsageNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::ImageUsageNotSupportedKHRError5972 case Result::eErrorImageUsageNotSupportedKHR: throw ImageUsageNotSupportedKHRError( message ); in throwResultException()