Detect / Trace which version of Direct X is used / called?

0

Microsoft Flight Simulator offers a Direct 10 Preview. How can I trace that the DX10 API is actually called, and no longer (only) the DX9 API. Is there a way (logs / tools) to trace this?

I want to find out whether DX10 features are really used.

Horst Walter

Posted 2012-09-12T21:24:41.857

Reputation: 1 607

Answers

2

API Monitor should be able to show you that kind of information.

Ansgar Wiechers

Posted 2012-09-12T21:24:41.857

Reputation: 4 860

It does not show internal calls e.g. IDirect3DDevice9::CreateTexture – LifeH2O – 2015-09-14T05:10:04.733