|
Monado OpenXR Runtime
|
Contains handle-related functions and defines only required in a few locations. More...

Go to the source code of this file.
Data Structures | |
| struct | oxr_handle_base |
| Used to hold diverse child handles and ensure orderly destruction. More... | |
Enumerations | |
| enum | oxr_handle_state { OXR_HANDLE_STATE_UNINITIALIZED = 0 , OXR_HANDLE_STATE_LIVE , OXR_HANDLE_STATE_DESTROYED } |
| State of a handle base, to reduce likelihood of going "boom" on out-of-order destruction or other unsavory behavior. More... | |
Contains handle-related functions and defines only required in a few locations.