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/lib
diff options
context:
space:
mode:
authorJeremy Selan <jeremys@valvesoftware.com>2016-11-16 20:37:20 +0300
committerJeremy Selan <jeremys@valvesoftware.com>2016-11-16 20:37:20 +0300
commit84e877f1e099173378759189609b90870f422130 (patch)
tree4d0bf61b6454a863ebe553292b9ea51115b8c458 /lib
parent5bc41e4b55d11dfc8fb4b958a6600aa7f8cee051 (diff)
OpenVR SDK 1.0.4:v1.0.4
General: * Further refinement to Vulkan support. Note: the interface is still subject to change. IVRSystem (v14): * ComputeDistortion signature change. Previous version used nan as error signaling. New version returns explicit success. * GetHiddenAreaMesh takes optional EHiddenAreaMeshType argument to request Standard, Inverse, or LineLoop mesh. IVRCompositor (v18): * New submit error, VRCompositorError_AlreadySubmitted (if you submit the same eye twice) * GetFrameTimings signature change * Exposed GetCurrentFadeColor, GetCurrentGridAlpha IVROverlay (v13): * Added SetOverlayIntersectionMask IServerDriverHost: * Added PollNextEvent IClientDriverHost: * Removed GetSettings * Added GetGenericInterface ClientTrackedDeviceProvider (v5): * GetHiddenAreaMesh takes additional argument, EHiddenAreaMeshType Pull Requests integrated: #48 Format README in Markdown #58 correct detection of GCC #68 helloworldoverlay: Specify c++11 to fix gcc errors #76 Remove duplicate, unneeded glBindBuffer call. #135 Invert m_mat4HMDPose after assignment copying. #191 Document additional methods #278 include stdbool.h on non windows platform #306 Multi-platform CMake support. [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 3697868]
Diffstat (limited to 'lib')
-rwxr-xr-xlib/linux64/libopenvr_api.sobin3144159 -> 3158647 bytes
-rw-r--r--lib/win32/openvr_api.libbin5750 -> 5750 bytes
-rw-r--r--lib/win64/openvr_api.libbin5668 -> 5668 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/lib/linux64/libopenvr_api.so b/lib/linux64/libopenvr_api.so
index d8ddc31..d3b8cc7 100755
--- a/lib/linux64/libopenvr_api.so
+++ b/lib/linux64/libopenvr_api.so
Binary files differ
diff --git a/lib/win32/openvr_api.lib b/lib/win32/openvr_api.lib
index 8322d9c..ca1946a 100644
--- a/lib/win32/openvr_api.lib
+++ b/lib/win32/openvr_api.lib
Binary files differ
diff --git a/lib/win64/openvr_api.lib b/lib/win64/openvr_api.lib
index 3ede696..89e0784 100644
--- a/lib/win64/openvr_api.lib
+++ b/lib/win64/openvr_api.lib
Binary files differ