sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Implement ATW for extended-mode D3D displays #333

Open russell-taylor opened 7 years ago

russell-taylor commented 7 years ago

The ATW thread now wraps a base-class D3D device and does not require a DirectMode display, so ATW should be implementable as part of the start up. We should also be able to wrap an OpenGL renderer around an ATW D3D renderer to get it working using the same D3D ATW implementation.

russell-taylor commented 7 years ago

This might also, as a side effect, produce render timings in the OpenGL implementation assuming that both wrapped classes pass this call through to their harnessed class.