Skyscraper 2.0
XrString.h File Reference
#include <XrUtility/XrPlatformDependencies.h>
#include <openxr/openxr.h>
#include <openxr/openxr_platform.h>
#include <openxr/openxr_reflection.h>
#include <string>
#include <vector>
#include "XrToString.h"
#include "XrError.h"
Include dependency graph for XrString.h:

Go to the source code of this file.

Namespaces

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.
 

Functions

XrPath xr::StringToPath (XrInstance instance, const char *str)
 
std::string xr::PathToString (XrInstance instance, XrPath path)
 
std::vector< XrPath > xr::StringsToPaths (XrInstance instance, const std::vector< std::string > &strings)