Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6420 ImageUsageNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorImageUsageNotSupportedKHR ), message ) {} in ImageUsageNotSupportedKHRError()
6422 ImageUsageNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorImageUsageNotSupportedKHR ), message ) {} in ImageUsageNotSupportedKHRError()
6573 case Result::eErrorImageUsageNotSupportedKHR: throw ImageUsageNotSupportedKHRError( message ); in throwResultException()
H A Dvulkan_enums.hpp263 eErrorImageUsageNotSupportedKHR = VK_ERROR_IMAGE_USAGE_NOT_SUPPORTED_KHR, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3559 case Result::eErrorImageUsageNotSupportedKHR: return "ErrorImageUsageNotSupportedKHR"; in to_string()

Completed in 143 milliseconds