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:
authorJoe Ludwig <joe@valvesoftware.com>2016-07-06 02:53:53 +0300
committerJoe Ludwig <joe@valvesoftware.com>2016-07-06 02:53:53 +0300
commitb20b25705d8dd82be221fe68a61db36ae7e2608e (patch)
treebaf91ff7bd62207e521c730089a37ec874e81124 /bin
parente1507a27547d22a680153862865d40b90fad8c75 (diff)
OpenVR SDK 1.0.2:v1.0.2
General: * Split several VR_Init error return values out into unique causes. * Added Prop_ControllerRoleHint_Int32, which a controller driver can optionally use to return the best matching ETrackedControllerRole type for the controller. Use this to specify a controller that is physically shaped for one hand only or when the driver is able to determine which hand is holding the controller through sensors or other means. * Added VREvent_OverlayFocusChanged, which is sent when an overlay was under the laser mouse and isn’t anymore or when there was no overlay under the laser mouse and now there is. IVRApplications: * Added LaunchApplicationFromMimeType. This allows the caller (usually Steam) to start the application that is associated with that mime type if it is not already running. If the application is not running it will be started with the specified arguments appended to existing arguments for the app. If the application is already running it will receive VREvent_ApplicationMimeTypeLoad and can retrieve the arguments by passing event.applicationLaunch.unArgsHandle to IVRApplications:: GetApplicationLaunchArguments. * Added other support functions for mime types. IVRCompositor: * Split out Compositor_FrameTiming's m_flSceneRenderGpuMs into m_flPreSubmitGpuMs and m_flPostSubmitGpuMs. Post-Submit time was not previously being recorded. IVROverlay: * Added VROverlayFlags_SortWithNonSceneOverlays. This allows the scene application's overlays to sort with other non-scene overlays. * Added SetOverlayTexelAspect/GetOverlayTexelAspect. This allows an overlay to control the aspect ratio of its texels. By default all overlay texels are square (i.e. 1.0) * Added SetOverlaySortOrder/GetOverlaySortOrder. This allows an overlay to be force to be sorted above or below other overlays. It is most useful for overlays from the scene application that want to explicitly control their draw order. IVRTrackedCamera: * Added accessors to work with tracked camera gpu resources: ** GetVideoStreamTextureSize ** GetVideoStreamTextureD3D11 ** GetVideoStreamTextureGL ** ReleaseVideoStreamTextureGL IVRResources: * New interface to allow access to resource files in the runtime or user-installed drivers. IVRCameraComponent: * Simplified interface by removing duplicate functions already provided by properties and deprecating the arbitrary distortion methods. IClientDriverHost: * Added WatchdogWakeUp. When a client driver is in Watchdog mode it should call this if a hardware event happens that should cause the system to wake up. The Lighthouse driver, for instance, calls this method when a system button is pressed or a controller is turned on. IClientTrackedDeviceProvider: * Added eDriverMode argument to Init. When this is passed as ClientDriverMode_Watchdog the driver should enter a low-power state where hardware is being monitored. If the driver does not support watchdog mode it should return VRInitError_Init_LowPowerWatchdogNotSupported. [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 3525698]
Diffstat (limited to 'bin')
-rwxr-xr-xbin/linux64/libopenvr_api.sobin383669 -> 379541 bytes
-rwxr-xr-xbin/linux64/libopenvr_api.so.dbgbin3135320 -> 3084388 bytes
-rwxr-xr-xbin/osx32/libopenvr_api.dylibbin299972 -> 299900 bytes
-rw-r--r--bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylibbin2194435 -> 2178171 bytes
-rw-r--r--bin/win32/openvr_api.dllbin265024 -> 266560 bytes
-rw-r--r--bin/win32/openvr_api.pdbbin4632576 -> 4861952 bytes
-rw-r--r--bin/win64/openvr_api.dllbin311616 -> 313664 bytes
-rw-r--r--bin/win64/openvr_api.pdbbin4403200 -> 4632576 bytes
8 files changed, 0 insertions, 0 deletions
diff --git a/bin/linux64/libopenvr_api.so b/bin/linux64/libopenvr_api.so
index c3c6d47..a190fe1 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 052fd03..ca9c9af 100755
--- a/bin/linux64/libopenvr_api.so.dbg
+++ b/bin/linux64/libopenvr_api.so.dbg
Binary files differ
diff --git a/bin/osx32/libopenvr_api.dylib b/bin/osx32/libopenvr_api.dylib
index b296e20..df781eb 100755
--- a/bin/osx32/libopenvr_api.dylib
+++ b/bin/osx32/libopenvr_api.dylib
Binary files differ
diff --git a/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib b/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib
index ddd0d45..dacf5f8 100644
--- a/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib
+++ b/bin/osx32/libopenvr_api.dylib.dSYM/Contents/Resources/DWARF/libopenvr_api.dylib
Binary files differ
diff --git a/bin/win32/openvr_api.dll b/bin/win32/openvr_api.dll
index d2b37d5..f845d44 100644
--- a/bin/win32/openvr_api.dll
+++ b/bin/win32/openvr_api.dll
Binary files differ
diff --git a/bin/win32/openvr_api.pdb b/bin/win32/openvr_api.pdb
index 550f13e..a2c9adc 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 d13791a..dbf1531 100644
--- a/bin/win64/openvr_api.dll
+++ b/bin/win64/openvr_api.dll
Binary files differ
diff --git a/bin/win64/openvr_api.pdb b/bin/win64/openvr_api.pdb
index fb428a0..8a2095e 100644
--- a/bin/win64/openvr_api.pdb
+++ b/bin/win64/openvr_api.pdb
Binary files differ