Tk11 Exceptions and Error Information. More...
#include "utils.hpp"
Go to the source code of this file.
Classes | |
struct | tk11::Failed_To_Register_Window_Class |
Failed to register window class. More... | |
struct | tk11::Failed_To_Create_Window |
Failed to create window. More... | |
struct | tk11::Register_Raw_Input_Failed |
Failed to register taw input device. More... | |
struct | tk11::File_Not_Found |
A file was not found. More... | |
struct | tk11::Direct3D_Error |
A Direct3D API function failed. More... | |
Namespaces | |
namespace | tk11 |
Defines | |
#define | TK11_CHECK_RESULT(x, function) |
Check if Direct3D API function call was successful. | |
Typedefs | |
typedef boost::error_info < detail::hresult_tag, HRESULT > | tk11::errinfo_hresult |
Error information: Result code of a Direct3D function (HRESULT). |
Tk11 Exceptions and Error Information.