Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct3d 9 support not working #52

Closed
joel-juvel-sb opened this issue Feb 8, 2016 · 4 comments
Closed

Direct3d 9 support not working #52

joel-juvel-sb opened this issue Feb 8, 2016 · 4 comments

Comments

@joel-juvel-sb
Copy link

Direct 3d 9 support doesn't seem to work. There are a few issue.
Regular D3D9 fails on CreateDevice with D3DERR_LOSTDEVICE when using the HMD. On the other hand the device can be created when using the Null Driver.
If I use D3D9Ex instead, the CreateDevice call will succeed with both HMD & Null Driver.

In D3D9 mode the compositor submit will fail with the VRCompositorError_TextureUsesUnsupportedFormat error code. In D3D9Ex mode it will fail with the VRCompositorError_InvalidTexture error code.

@JoeLudwig
Copy link
Contributor

At the moment OpenVR supports DX10 and DX11, but not DX9. We have no timeline for when that might change.

@seanlis
Copy link

seanlis commented Jan 17, 2020

Is DX9 still not supported?

@Noah670
Copy link

Noah670 commented Jan 19, 2020

No DX9 is not being supported.

@seanlis
Copy link

seanlis commented Jan 20, 2020

OK. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants