#include <memory>
#include "gfx_rendering_api.h"
#include "ship/utils/HResultException.h"
#include <functional>
#include <dxgi1_2.h>
Go to the source code of this file.
|
| namespace | Ship |
| | Core namespace for the libultraship engine framework.
|
| |
| namespace | Fast |
| |
|
| void | ThrowIfFailed (HRESULT res) |
| | Throws an exception when an HRESULT indicates failure.
|
| |
| void | ThrowIfFailed (HRESULT res, HWND h_wnd, const char *message) |
| | Throws an exception when an HRESULT indicates failure, including window/context message details.
|
| |
◆ ThrowIfFailed() [1/2]
| void ThrowIfFailed |
( |
HRESULT |
res | ) |
|
Throws an exception when an HRESULT indicates failure.
◆ ThrowIfFailed() [2/2]
| void ThrowIfFailed |
( |
HRESULT |
res, |
|
|
HWND |
h_wnd, |
|
|
const char * |
message |
|
) |
| |
Throws an exception when an HRESULT indicates failure, including window/context message details.