openvr icon indicating copy to clipboard operation
openvr copied to clipboard

OpenVR SDK

Results 247 openvr issues
Sort by recently updated
recently updated
newest added

When submitting textures to the compositor of type `DXGI_FORMAT_B8G8R8A8_TYPELESS` the following error is triggered: ``` D3D11 ERROR: ID3D11DeviceContext::CopySubresourceRegion: Cannot invoke CopySubresourceRegion when the Formats of each Resource are not the...

When trying to use OpenVR in a Windows Store App calling `VR_Init()` results in several errors due to the UWP sandbox. The first error is `VRInitError_Init_PathRegistryNotFound`, which is caused by...

Currently I'm playing with combination of OpenVR with OpenGL, so most of time I'm looking at [this example](https://github.com/ValveSoftware/openvr/tree/master/samples/hellovr_opengl) + docs to figure out how everything works Additionally, I took a...

While an OpenXR scene application is running, the tracking space is universally set to `TrackingUniverseRawAndUncalibrated`. This has consequences both for running OpenVR side-by-side in the same application in background or...

So the user can rebind actions when the game is active, great, but we for example have menus etc that show info related to current bindings, we need to refresh...

Feature Request

This is my theory, I've come to this assumption because disabling virtual display device in device manager makes the Steam overlay appear again, at the cost of insane stuttering. Some...

If `IVRSystem::GetProjectionMatrix()` is called with varying near and far plane configurations, vrcompositor.exe will use up more and more memory, and never return it. When it is called every frame with...

In the docs it looks like all references to "skeleton" are just for hands. There's one sentence about a full body tracking mode. I'm looking for the expected format and...

I am currently trying to port a driver to linux and want to debug it in steamvr. Starting ``linux64/vrserver`` ends in ``vrserver: error while loading shared libraries: libsteam_api.so: cannot open...

When I try these instructions, it works and compiles but when I run the application it says it couldn't find openvr_api.dll (I made sure to copy to output directory). I...