Skip to content

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
OpenXrApi()

function ~OpenXrApi

1
~OpenXrApi()

Updated on 2024-09-10 at 00:01:44 +0000