Searched refs:eErrorImageUsageNotSupportedKHR (Results 1 – 3 of 3) sorted by relevance
5834 : SystemError( make_error_code( Result::eErrorImageUsageNotSupportedKHR ), message ) {} in ImageUsageNotSupportedKHRError()5836 : SystemError( make_error_code( Result::eErrorImageUsageNotSupportedKHR ), message ) {} in ImageUsageNotSupportedKHRError()5972 case Result::eErrorImageUsageNotSupportedKHR: throw ImageUsageNotSupportedKHRError( message ); in throwResultException()
271 eErrorImageUsageNotSupportedKHR = VK_ERROR_IMAGE_USAGE_NOT_SUPPORTED_KHR, enumerator
2710 case Result::eErrorImageUsageNotSupportedKHR : return "ErrorImageUsageNotSupportedKHR"; in to_string()