Searched refs:VideoPictureLayoutNotSupportedKHRError (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan.hpp | 6425 class VideoPictureLayoutNotSupportedKHRError : public SystemError class 6428 VideoPictureLayoutNotSupportedKHRError( std::string const & message ) in VideoPictureLayoutNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::VideoPictureLayoutNotSupportedKHRError 6433 VideoPictureLayoutNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorVideoPictureLayoutNotSupportedKHR ), message ) in VideoPictureLayoutNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::VideoPictureLayoutNotSupportedKHRError 6574 case Result::eErrorVideoPictureLayoutNotSupportedKHR: throw VideoPictureLayoutNotSupportedKHRError( message ); in throwResultException() |
Completed in 26 milliseconds