Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/openvr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Selan <jeremys@valvesoftware.com>2022-08-19 23:12:52 +0300
committerJeremy Selan <jeremys@valvesoftware.com>2022-08-19 23:12:52 +0300
commit08de3821dfd3aa46f778376680c68f33b9fdcb6c (patch)
tree21b774d1aebe53bd75ff68d1498e69545f9fc35e /samples
parent0aad319a4f6bd9461262eb6cb5497476507a5b8a (diff)
# OpenVR SDK 1.23.7HEADv1.23.7master
IVROverlay: * Added the ability to specify the pitch angle (in radians) of the overlay before curvature is applied -- to form a fan or disk. Previously, this used the global pitch angle, which prevented these overlays from being pitched independently (i.e. the cone segment or disk were always and only vertically aligned. Note: The old behavior will continue to be applied when using the older interface to avoid breaking legacy apps. Overlay applications which update to this version and were using pitched curved overlays, are now required to call SetOverlayPreCurvePitch explicitly. * Added WaitFrameSync. This function will block until the top of each frame, and can therefore be used to synchronize with the runtime's update rate. Note: In non-async mode, some signals may be dropped due to scene app performance, so passing a timeout of 1000/refresh rate may be useful depending on the overlay app's desired behavior. IVRRenderModels: * Added VRRenderModelTextureFormat_RGBA16_FLOAT for loading dds textures. * Added mipmap support to render model textures. IVRDriverDirectModeComponent: * PostPresent now takes throttling parameters. Drivers which implement this interface can set Prop_SupportsAppThrottling_Bool to enable throttling / prediction UI in per-app video settings. Driver Interface: * Added VRInitError_Driver_WirelessHmdNotConnected. A driver can return this error when it expects to connect to an HMD over a wireless link, but has not yet connected. Instead of “HMD Not Found”, the user will be shown a message that encourages them to turn on their wireless headset. App containers: * Added VRInitError_Init_NoServerForAppContainer. This error can be returned when VR_Init is called from a process that is running inside an application container on Windows when SteamVR is not running. In this context, SteamVR must be running before the application can start. [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 7449484]
Diffstat (limited to 'samples')
-rw-r--r--samples/bin/linux32/libopenvr_api.sobin1327304 -> 1337614 bytes
-rw-r--r--samples/bin/linux64/libopenvr_api.sobin346120 -> 1328032 bytes
-rw-r--r--samples/bin/linuxarm64/libopenvr_api.sobin313232 -> 338760 bytes
-rw-r--r--samples/bin/win32/openvr_api.dllbin620760 -> 627528 bytes
-rw-r--r--samples/bin/win64/openvr_api.dllbin818904 -> 825672 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/samples/bin/linux32/libopenvr_api.so b/samples/bin/linux32/libopenvr_api.so
index d87f274..01e1339 100644
--- a/samples/bin/linux32/libopenvr_api.so
+++ b/samples/bin/linux32/libopenvr_api.so
Binary files differ
diff --git a/samples/bin/linux64/libopenvr_api.so b/samples/bin/linux64/libopenvr_api.so
index 906f06d..75bc5f1 100644
--- a/samples/bin/linux64/libopenvr_api.so
+++ b/samples/bin/linux64/libopenvr_api.so
Binary files differ
diff --git a/samples/bin/linuxarm64/libopenvr_api.so b/samples/bin/linuxarm64/libopenvr_api.so
index d291c97..55e15b6 100644
--- a/samples/bin/linuxarm64/libopenvr_api.so
+++ b/samples/bin/linuxarm64/libopenvr_api.so
Binary files differ
diff --git a/samples/bin/win32/openvr_api.dll b/samples/bin/win32/openvr_api.dll
index 6e423e6..2c61e24 100644
--- a/samples/bin/win32/openvr_api.dll
+++ b/samples/bin/win32/openvr_api.dll
Binary files differ
diff --git a/samples/bin/win64/openvr_api.dll b/samples/bin/win64/openvr_api.dll
index a4ad764..2df5818 100644
--- a/samples/bin/win64/openvr_api.dll
+++ b/samples/bin/win64/openvr_api.dll
Binary files differ