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
path: root/bin
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 /bin
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 'bin')
-rwxr-xr-xbin/linux32/libopenvr_api.sobin1327304 -> 1337614 bytes
-rwxr-xr-xbin/linux32/libopenvr_api.so.dbgbin5791326 -> 5938700 bytes
-rwxr-xr-xbin/linux64/libopenvr_api.sobin346120 -> 1328032 bytes
-rwxr-xr-xbin/linux64/libopenvr_api.so.dbgbin3336016 -> 7038714 bytes
-rw-r--r--bin/linuxarm64/libopenvr_api.sobin313232 -> 338760 bytes
-rw-r--r--bin/linuxarm64/libopenvr_api.so.dbgbin4437760 -> 5515600 bytes
-rw-r--r--bin/linuxarm64/libopenvr_api_unity.sobin479592 -> 400424 bytes
-rw-r--r--bin/linuxarm64/libopenvr_api_unity.so.dbgbin7704992 -> 6302224 bytes
-rw-r--r--bin/win32/openvr_api.dllbin620760 -> 627528 bytes
-rw-r--r--bin/win32/openvr_api.dll.sigbin1450 -> 1450 bytes
-rw-r--r--bin/win32/openvr_api.pdbbin11030528 -> 11046912 bytes
-rw-r--r--bin/win64/openvr_api.dllbin818904 -> 825672 bytes
-rw-r--r--bin/win64/openvr_api.dll.sigbin1450 -> 1450 bytes
-rw-r--r--bin/win64/openvr_api.pdbbin10891264 -> 10932224 bytes
14 files changed, 0 insertions, 0 deletions
diff --git a/bin/linux32/libopenvr_api.so b/bin/linux32/libopenvr_api.so
index d87f274..01e1339 100755
--- a/bin/linux32/libopenvr_api.so
+++ b/bin/linux32/libopenvr_api.so
Binary files differ
diff --git a/bin/linux32/libopenvr_api.so.dbg b/bin/linux32/libopenvr_api.so.dbg
index a8d7547..f7a7aac 100755
--- a/bin/linux32/libopenvr_api.so.dbg
+++ b/bin/linux32/libopenvr_api.so.dbg
Binary files differ
diff --git a/bin/linux64/libopenvr_api.so b/bin/linux64/libopenvr_api.so
index 906f06d..75bc5f1 100755
--- a/bin/linux64/libopenvr_api.so
+++ b/bin/linux64/libopenvr_api.so
Binary files differ
diff --git a/bin/linux64/libopenvr_api.so.dbg b/bin/linux64/libopenvr_api.so.dbg
index 753f794..f6ccc7f 100755
--- a/bin/linux64/libopenvr_api.so.dbg
+++ b/bin/linux64/libopenvr_api.so.dbg
Binary files differ
diff --git a/bin/linuxarm64/libopenvr_api.so b/bin/linuxarm64/libopenvr_api.so
index d291c97..55e15b6 100644
--- a/bin/linuxarm64/libopenvr_api.so
+++ b/bin/linuxarm64/libopenvr_api.so
Binary files differ
diff --git a/bin/linuxarm64/libopenvr_api.so.dbg b/bin/linuxarm64/libopenvr_api.so.dbg
index cf5d534..f02b6f5 100644
--- a/bin/linuxarm64/libopenvr_api.so.dbg
+++ b/bin/linuxarm64/libopenvr_api.so.dbg
Binary files differ
diff --git a/bin/linuxarm64/libopenvr_api_unity.so b/bin/linuxarm64/libopenvr_api_unity.so
index 058260a..66ce7b3 100644
--- a/bin/linuxarm64/libopenvr_api_unity.so
+++ b/bin/linuxarm64/libopenvr_api_unity.so
Binary files differ
diff --git a/bin/linuxarm64/libopenvr_api_unity.so.dbg b/bin/linuxarm64/libopenvr_api_unity.so.dbg
index 875cdb3..1d08d17 100644
--- a/bin/linuxarm64/libopenvr_api_unity.so.dbg
+++ b/bin/linuxarm64/libopenvr_api_unity.so.dbg
Binary files differ
diff --git a/bin/win32/openvr_api.dll b/bin/win32/openvr_api.dll
index 6e423e6..2c61e24 100644
--- a/bin/win32/openvr_api.dll
+++ b/bin/win32/openvr_api.dll
Binary files differ
diff --git a/bin/win32/openvr_api.dll.sig b/bin/win32/openvr_api.dll.sig
index 3e308fc..a7b3cb3 100644
--- a/bin/win32/openvr_api.dll.sig
+++ b/bin/win32/openvr_api.dll.sig
Binary files differ
diff --git a/bin/win32/openvr_api.pdb b/bin/win32/openvr_api.pdb
index ff635ec..a1fda1f 100644
--- a/bin/win32/openvr_api.pdb
+++ b/bin/win32/openvr_api.pdb
Binary files differ
diff --git a/bin/win64/openvr_api.dll b/bin/win64/openvr_api.dll
index a4ad764..2df5818 100644
--- a/bin/win64/openvr_api.dll
+++ b/bin/win64/openvr_api.dll
Binary files differ
diff --git a/bin/win64/openvr_api.dll.sig b/bin/win64/openvr_api.dll.sig
index eb635ee..58281ae 100644
--- a/bin/win64/openvr_api.dll.sig
+++ b/bin/win64/openvr_api.dll.sig
Binary files differ
diff --git a/bin/win64/openvr_api.pdb b/bin/win64/openvr_api.pdb
index 4a4b91d..aae8511 100644
--- a/bin/win64/openvr_api.pdb
+++ b/bin/win64/openvr_api.pdb
Binary files differ