@@ -21,7 +21,7 @@ struct TrackedDevicePoseData {
2121
2222struct SharedTextureHolder {
2323 vr::VRVulkanTextureData_t m_VulkanData;
24- vr::Texture_t m_VRTexture;
24+ vr::Texture_t m_VRTexture;
2525};
2626
2727
@@ -32,6 +32,7 @@ class VR
3232
3333 vr::IVRSystem *m_System = nullptr ;
3434 vr::IVRInput *m_Input = nullptr ;
35+
3536 float m_HorizontalOffsetLeft;
3637 float m_VerticalOffsetLeft;
3738 float m_HorizontalOffsetRight;
@@ -76,9 +77,6 @@ class VR
7677 Vector m_RightControllerPosAbs;
7778 QAngle m_RightControllerAngAbs;
7879
79- int m_FrameBufferWidth;
80- int m_FrameBufferHeight;
81-
8280 float m_Ipd;
8381 float m_EyeZ;
8482
@@ -87,9 +85,6 @@ class VR
8785 ITexture *m_LeftEyeTexture;
8886 ITexture *m_RightEyeTexture;
8987
90- IDirect3DTexture9 *m_D9LeftEyeTexture;
91- IDirect3DTexture9 *m_D9RightEyeTexture;
92-
9388 IDirect3DSurface9 *m_D9LeftEyeSurface;
9489 IDirect3DSurface9 *m_D9RightEyeSurface;
9590
@@ -128,9 +123,6 @@ class VR
128123 vr::VRActionHandle_t m_ActionFlashlight;
129124 vr::VRActionHandle_t m_ActionActivateVR;
130125
131- int m_LeftControllerIndex;
132- int m_RightControllerIndex;
133-
134126 TrackedDevicePoseData m_HmdPose;
135127 TrackedDevicePoseData m_LeftControllerPose;
136128 TrackedDevicePoseData m_RightControllerPose;
0 commit comments