| 8564 | } |
| 8565 | |
| 8566 | VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP_NOEXCEPT |
| 8567 | { |
| 8568 | return std::error_code( static_cast<int>( e ), errorCategory() ); |
| 8569 | } |
| 8570 | |
| 8571 | VULKAN_HPP_INLINE std::error_condition make_error_condition( Result e ) VULKAN_HPP_NOEXCEPT |
| 8572 | { |
nothing calls this directly
no outgoing calls
no test coverage detected