Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Inscothen's avatar
Inscothen
Explorer
12 years ago

Directx 11.1 has stereoscopic support.

Although limited to windows 8, has anyone worked with this? Any drawbacks or benefits over current stereoscopic implementations?

4 Replies

  • The sample doesn't look like anything special, it just seems to be a sample showing how to have a swapchain that contains multiple render-target views. I would have thought that they could at least have showed how to use the geometry shader to render both views with a single draw-call (as you would for computing an environment map - Frank D Luna has a good example of this in his DirectX book).
  • Upon further examination, the advantage it provides is that certain display adapters can provide drivers which will present both of the render target views at the same time.

    Probably not of much relevance to the rift at this stage because it uses a single framebuffer, but if you had some sort of display which takes two simultaneous framebuffers in (one for each eye), then this would be your way of doing it.
  • alright, thanks for the info.

    well, at least directx11.2 is bringing some cool features that could help with the Rift like tiled resources, and framebuffer scaling.
  • tlopes's avatar
    tlopes
    Honored Guest
    "Inscothen" wrote:
    alright, thanks for the info.

    well, at least directx11.2 is bringing some cool features that could help with the Rift like tiled resources, and framebuffer scaling.

    I heard that they added some API magic to reduce latency too :)