KDXr::OpenXrApi¶
Module: Public API
OpenXRApi.
#include <openxr_api.h>
Inherits from KDXr::XrApi
Public Functions¶
Name | |
---|---|
OpenXrApi() | |
~OpenXrApi() |
Additional inherited members¶
Public Functions inherited from KDXr::XrApi
Name | |
---|---|
virtual | ~XrApi() |
std::vector< ApiLayer > | availableApiLayers() const |
std::vector< Extension > | availableInstanceExtensions() const |
Instance | createInstance(const InstanceOptions & options =InstanceOptions()) Create an Instance object given the InstanceOptionsoptions. |
ResourceManager * | resourceManager() Returns the ResourceManager instance for the XrApi. |
const ResourceManager * | resourceManager() const |
Protected Functions inherited from KDXr::XrApi
Name | |
---|---|
XrApi() |
Protected Attributes inherited from KDXr::XrApi
Name | |
---|---|
ResourceManager * | m_resourceManager |
Public Functions Documentation¶
function OpenXrApi¶
1 |
|
function ~OpenXrApi¶
1 |
|
Updated on 2024-11-21 at 00:08:26 +0000