microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.5k stars 404 forks source link

Support for stereo rendering #2

Open walbourn opened 8 years ago

walbourn commented 8 years ago

@Holographic and other AR/VR platforms require more complex transformations to handle left/right eye rendering efficiently.

See this pull request for some details on what this would entail.

This would probably entail adding an IEffectStereo interface to the effects, including a geometry shader for multiple render target selection, and shader changes to implement.