Home
last modified time | relevance | path

Searched refs:VideoPictureLayoutNotSupportedKHRError (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6425 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