Wednesday, August 10, 2011

Can you compile DX9 compatible programs with DX11 SDK?

Yes. Just make sure you're using the D3D9 API, and not mistakenly using the D3D11 API with FEATURE_LEVEL_9_X. If you stick to the 9 API only, you shouldn't have to worry about the extras in 11.

No comments:

Post a Comment