Skip to content

KDXr::OpenXrActionSet

Module: OpenXR

OpenXrActionSet.

#include <openxr_action_set.h>

Inherits from KDXr::ApiActionSet

Public Functions

Name
OpenXrActionSet(OpenXrResourceManager * _openxrResourceManager, XrActionSet _actionSet, const KDGpu::Handle< Instance_t > & _instanceHandle)

Public Attributes

Name
OpenXrResourceManager * openxrResourceManager
XrActionSet actionSet
KDGpu::Handle< Instance_t > instanceHandle

Public Functions Documentation

function OpenXrActionSet

1
2
3
4
5
explicit OpenXrActionSet(
    OpenXrResourceManager * _openxrResourceManager,
    XrActionSet _actionSet,
    const KDGpu::Handle< Instance_t > & _instanceHandle
)

Public Attributes Documentation

variable openxrResourceManager

1
OpenXrResourceManager * openxrResourceManager { nullptr };

variable actionSet

1
XrActionSet actionSet { XR_NULL_HANDLE };

variable instanceHandle

1
KDGpu::Handle< Instance_t > instanceHandle;

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