KDXr::XrApi
Module: Public API
XrApi is the link between our Application and the XR API. More...
#include <KDGpu/xr_api.h>
Inherited by KDXr::OpenXrApi
Public Functions
Protected Functions
Protected Attributes
Detailed Description
XrApi is the link between our Application and the XR API.
See: KDXr::OpenXrAPI
Public Functions Documentation
function ~XrApi
function availableApiLayers
| std::vector< ApiLayer > availableApiLayers() const
|
function availableInstanceExtensions
| std::vector< Extension > availableInstanceExtensions() const
|
function createInstance
| Instance createInstance(
const InstanceOptions & options =InstanceOptions()
)
|
Create an Instance object given the InstanceOptionsoptions.
function resourceManager
| inline ResourceManager * resourceManager()
|
Returns the ResourceManager instance for the XrApi.
function resourceManager
| inline const ResourceManager * resourceManager() const
|
Protected Functions Documentation
function XrApi
Protected Attributes Documentation
variable m_resourceManager
| ResourceManager * m_resourceManager { nullptr };
|
Updated on 2024-11-21 at 00:08:26 +0000