SDL  2.0
VULKAN_HPP_NAMESPACE::OutOfDateKHRError Class Reference

#include <vulkan.hpp>

+ Inheritance diagram for VULKAN_HPP_NAMESPACE::OutOfDateKHRError:
+ Collaboration diagram for VULKAN_HPP_NAMESPACE::OutOfDateKHRError:

Public Member Functions

 OutOfDateKHRError (std::string const &message)
 
 OutOfDateKHRError (char const *message)
 
- Public Member Functions inherited from VULKAN_HPP_NAMESPACE::SystemError
 SystemError (std::error_code ec)
 
 SystemError (std::error_code ec, std::string const &what)
 
 SystemError (std::error_code ec, char const *what)
 
 SystemError (int ev, std::error_category const &ecat)
 
 SystemError (int ev, std::error_category const &ecat, std::string const &what)
 
 SystemError (int ev, std::error_category const &ecat, char const *what)
 
virtual const char * what () const VULKAN_HPP_NOEXCEPT
 
- Public Member Functions inherited from VULKAN_HPP_NAMESPACE::Error
 Error () VULKAN_HPP_NOEXCEPT=default
 
 Error (const Error &) VULKAN_HPP_NOEXCEPT=default
 
virtual ~Error () VULKAN_HPP_NOEXCEPT=default
 

Detailed Description

Definition at line 13951 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ OutOfDateKHRError() [1/2]

VULKAN_HPP_NAMESPACE::OutOfDateKHRError::OutOfDateKHRError ( std::string const &  message)
inline

Definition at line 13954 of file vulkan.hpp.

GLuint GLsizei const GLchar * message
SystemError(std::error_code ec)
Definition: vulkan.hpp:13748
VULKAN_HPP_INLINE std::error_code make_error_code(Result e) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:13770

References VULKAN_HPP_NAMESPACE::eErrorOutOfDateKHR.

◆ OutOfDateKHRError() [2/2]

VULKAN_HPP_NAMESPACE::OutOfDateKHRError::OutOfDateKHRError ( char const *  message)
inline

The documentation for this class was generated from the following file: