I’m building a HoloLens app, and looking to get Single Pass Stereo Rendering going. One of the key shaders in my app is a tessellation shader, and I’ve read online that tessellation isn’t compatible with GPU instancing, which is necessary to implement for single pass stereo.
Can single pass stereo rendering be implemented on a shader that uses tessellation?