#include <functional>
#include <openxr/openxr.h>
Go to the source code of this file.
|
namespace | xr |
| The xr::DispatchTable struct contains all available PFN pointers to xr functions including those in all extensions. The application should call dispatchTable.Initialize() once creating a new XrInstance to initialize all function pointers. The application should reset the dispatch table by = {} when destroying the instance handle.
|
|
namespace | std |
|
|
bool | operator== (const XrUuidMSFT &lh, const XrUuidMSFT &rh) noexcept |
|
bool | operator!= (const XrUuidMSFT &lh, const XrUuidMSFT &rh) noexcept |
|
bool | operator< (const XrUuidMSFT &lh, const XrUuidMSFT &rh) noexcept |
|
◆ operator!=()
bool operator!= |
( |
const XrUuidMSFT & | lh, |
|
|
const XrUuidMSFT & | rh ) |
|
inlinenoexcept |
◆ operator<()
bool operator< |
( |
const XrUuidMSFT & | lh, |
|
|
const XrUuidMSFT & | rh ) |
|
inlinenoexcept |
◆ operator==()
bool operator== |
( |
const XrUuidMSFT & | lh, |
|
|
const XrUuidMSFT & | rh ) |
|
inlinenoexcept |