[D3D11] D3D11 and D3D_FEATURE_LEVEL_10_0

Started by
1 comment, last by Quat 11 years, 6 months ago
My question is if I can compile D3D11 code on a laptop with a D3D10 compatible graphic card using D3D_FEATURE_LEVEL_10_0.

Or if it doesn't matter if I select D3D_FEATURE_LEVEL_10_0 and I need to compile the program on a computer with a D3D11 compatible graphic card.

Thanks
My 3D graphic engine: http://graphicprogramming.wordpress.com/rebirthengine/
My blog: http://graphicprogramming.wordpress.com/
Advertisement
You can compile it on any PC. Running is other problem.
You can only use d3d10 features for it to work.
-----Quat

This topic is closed to new replies.

Advertisement