Monado OpenXR Runtime
Loading...
Searching...
No Matches
XRTVRCompositor_027.hpp
Go to the documentation of this file.
1// Copyright 2026, Beyley Cardellio
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Implementation of the IVRCompositor interface version 027.
6 *
7 * @author Beyley Cardellio <ep1cm1n10n123@gmail.com>
8 * @ingroup openvr_interfaces
9 */
10
11#pragma once
12
13#include "openvr_interfaces_unified.h"
14#include "openvr_forward_macros.h"
15
17
18
19namespace xrt::state_trackers::openvr {
20
21using namespace vr;
22
23class XRTVRCompositor_027 : public XRTVRCompositor_029, public vr::IVRCompositor_027
24{
25public:
26 // @todo Remove when clang-format is updated in CI
27 // clang-format off
29 // clang-format on
30
31 FnTable_IVRCompositor_027();
32
33 ForwardDeclareBase_IVRCompositor(XRTVRCompositor_029);
34
35 Forward_IVRCompositor_SetTrackingSpace_029();
36 Forward_IVRCompositor_GetTrackingSpace_029();
37 Forward_IVRCompositor_WaitGetPoses_029();
38 Forward_IVRCompositor_GetLastPoses_029();
39 Forward_IVRCompositor_GetLastPoseForTrackedDeviceIndex();
40 Forward_IVRCompositor_Submit_029();
41 Forward_IVRCompositor_ClearLastSubmittedFrame();
42 Forward_IVRCompositor_PostPresentHandoff();
43 Forward_IVRCompositor_GetFrameTiming();
44 Forward_IVRCompositor_GetFrameTimings_029();
45 Forward_IVRCompositor_GetFrameTimeRemaining();
46 Forward_IVRCompositor_GetCumulativeStats();
47 Forward_IVRCompositor_FadeToColor();
48 Forward_IVRCompositor_GetCurrentFadeColor();
49 Forward_IVRCompositor_FadeGrid_029();
50 Forward_IVRCompositor_GetCurrentGridAlpha();
51 Forward_IVRCompositor_SetSkyboxOverride_029();
52 Forward_IVRCompositor_ClearSkyboxOverride();
53 Forward_IVRCompositor_CompositorBringToFront();
54 Forward_IVRCompositor_CompositorGoToBack();
55 Forward_IVRCompositor_CompositorQuit();
56 Forward_IVRCompositor_IsFullscreen();
57 Forward_IVRCompositor_GetCurrentSceneFocusProcess();
58 Forward_IVRCompositor_GetLastFrameRenderer();
59 Forward_IVRCompositor_CanRenderScene();
60 Forward_IVRCompositor_ShowMirrorWindow();
61 Forward_IVRCompositor_HideMirrorWindow();
62 Forward_IVRCompositor_IsMirrorWindowVisible();
63 Forward_IVRCompositor_CompositorDumpImages();
64 Forward_IVRCompositor_ShouldAppRenderWithLowResources();
65 Forward_IVRCompositor_ForceInterleavedReprojectionOn();
66 Forward_IVRCompositor_ForceReconnectProcess();
67 Forward_IVRCompositor_SuspendRendering();
68 Forward_IVRCompositor_GetMirrorTextureD3D11();
69 Forward_IVRCompositor_ReleaseMirrorTextureD3D11();
70 Forward_IVRCompositor_GetMirrorTextureGL();
71 Forward_IVRCompositor_ReleaseSharedGLTexture();
72 Forward_IVRCompositor_LockGLSharedTextureForAccess();
73 Forward_IVRCompositor_UnlockGLSharedTextureForAccess();
74 Forward_IVRCompositor_GetVulkanInstanceExtensionsRequired();
75 Forward_IVRCompositor_GetVulkanDeviceExtensionsRequired();
76 Forward_IVRCompositor_SetExplicitTimingMode_029();
77 Forward_IVRCompositor_SubmitExplicitTimingData();
78 Forward_IVRCompositor_IsMotionSmoothingEnabled();
79 Forward_IVRCompositor_IsMotionSmoothingSupported();
80 Forward_IVRCompositor_IsCurrentSceneFocusAppLoading();
81 Forward_IVRCompositor_SetStageOverride_Async();
82 Forward_IVRCompositor_ClearStageOverride();
83 Forward_IVRCompositor_GetCompositorBenchmarkResults();
84 Forward_IVRCompositor_GetLastPosePredictionIDs();
85 Forward_IVRCompositor_GetPosesForFrame();
86};
87
88}; // namespace xrt::state_trackers::openvr
Implementation of the latest IVRCompositor interface version.
Definition XRTVRClientCore.hpp:47
Definition XRTVRCompositor_027.hpp:24
Definition XRTVRCompositor.hpp:26
Definitions missing from C++ header, present in C.
Definition blockqueue.hpp:15