XRTraits C++ OpenXR Utilities
|
Header. More...
#include <openxr/openxr.h>
#include <exception>
#include <string>
Go to the source code of this file.
Classes | |
class | xrtraits::exceptions::xr_exception |
struct | xrtraits::exceptions::xr_runtime_error |
struct | xrtraits::exceptions::xr_logic_error |
Namespaces | |
xrtraits | |
Main namespace for these C++ OpenXR utilities. | |
xrtraits::exceptions | |
Namespace for custom exception types that may be thrown internal to the utilities. | |
Functions | |
void | xrtraits::exceptions::throwIfNotSucceeded (XrResult result, const char *errorMessage) |
void | xrtraits::exceptions::throwIfNotUnqualifiedSuccess (XrResult result, const char *errorMessage) |
Header.