HDK
|
#include <vulkan.hpp>
Public Member Functions | |
DeviceLostError (std::string const &message) | |
DeviceLostError (char const *message) | |
![]() | |
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 |
![]() | |
Error () VULKAN_HPP_NOEXCEPT=default | |
Error (const Error &) VULKAN_HPP_NOEXCEPT=default | |
virtual | ~Error () VULKAN_HPP_NOEXCEPT=default |
Definition at line 6195 of file vulkan.hpp.
|
inline |
Definition at line 6198 of file vulkan.hpp.
|
inline |
Definition at line 6199 of file vulkan.hpp.