Skip to content

Commit

Permalink
Remove old Compositor_OverlaySettings struct references
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 5787046]
  • Loading branch information
Gabe Rowe committed Apr 1, 2020
1 parent 88055da commit 7acfb2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion samples/helloworldoverlay/openvroverlaycontroller.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public slots:
private:
vr::HmdError m_eCompositorError;
vr::HmdError m_eOverlayError;
vr::Compositor_OverlaySettings m_overlaySettings;
vr::VROverlayHandle_t m_ulOverlayHandle;
vr::VROverlayHandle_t m_ulOverlayThumbnailHandle;

Expand Down
19 changes: 0 additions & 19 deletions samples/unity_keyboard_sample/Assets/Plugins/openvr_api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3242,25 +3242,6 @@ public enum EVRSettingsError
public VRControllerAxis_t rAxis3;
public VRControllerAxis_t rAxis4;
}
[StructLayout(LayoutKind.Sequential)] public struct Compositor_OverlaySettings
{
public uint size;
[MarshalAs(UnmanagedType.I1)]
public bool curved;
[MarshalAs(UnmanagedType.I1)]
public bool antialias;
public float scale;
public float distance;
public float alpha;
public float uOffset;
public float vOffset;
public float uScale;
public float vScale;
public float gridDivs;
public float gridWidth;
public float gridScale;
public HmdMatrix44_t transform;
}
[StructLayout(LayoutKind.Sequential)] public struct AppOverrideKeys_t
{
public IntPtr pchKey; // const char *
Expand Down
19 changes: 0 additions & 19 deletions samples/unity_teleport_sample/Assets/Plugins/openvr_api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3242,25 +3242,6 @@ public enum EVRSettingsError
public VRControllerAxis_t rAxis3;
public VRControllerAxis_t rAxis4;
}
[StructLayout(LayoutKind.Sequential)] public struct Compositor_OverlaySettings
{
public uint size;
[MarshalAs(UnmanagedType.I1)]
public bool curved;
[MarshalAs(UnmanagedType.I1)]
public bool antialias;
public float scale;
public float distance;
public float alpha;
public float uOffset;
public float vOffset;
public float uScale;
public float vScale;
public float gridDivs;
public float gridWidth;
public float gridScale;
public HmdMatrix44_t transform;
}
[StructLayout(LayoutKind.Sequential)] public struct AppOverrideKeys_t
{
public IntPtr pchKey; // const char *
Expand Down

0 comments on commit 7acfb2d

Please sign in to comment.