Instanced stereo rendering using DirectX

Started by
2 comments, last by YixunLiu 7 years, 2 months ago

Hi,

I am looking for introduction for instanced stereo rendering using DirectX11.

Can anybody guide me to some good articles/examples?

Thanks a lot.

YL

Advertisement

Short answer : No you don't :)

Long answer : What you are asking for is called early optimization and it is very bad. You should focus first on correctness of your stereo rendering like proper stereo projection, no remaining 2D effect, etc. Then, and only if performance is a problem, you can start to think of solution to optimize your application.

This will get you there - short and sweet.

Got it.

Thanks a lot.

This topic is closed to new replies.

Advertisement