]> git.notmuchmail.org Git - apitrace/blob - README
Update instructions.
[apitrace] / README
1                                    D3D Trace
2
3
4 = About =
5
6 Wrapper DLLs to trace D3D8 and D3D9 APIs calls.
7
8 Based on the idea and code (public domain) from Michael Koch. 
9
10 See also:
11 * http://www.mikoweb.eu/index.php?node=21
12 * http://www.codeguru.com/cpp/g-m/directx/directx8/article.php/c11453/
13 * http://doc.51windows.net/Directx9_SDK/?url=/directx9_sdk/graphics/programmingguide/TutorialsAndSamplesAndToolsAndTips/Tools/D3DSpy.htm
14
15
16 = Status =
17
18 * Only Direct3D 8 supported at the moment.
19
20
21 = Build =
22
23 * Install SCons and DirectX SDK.
24 * Run:
25   scons
26
27
28 = Usage =
29
30 * Copy d3d8.dll, d3dtrace.xsl, d3dtrace.css to the directory with the application you want to trace.
31 * Run the application.
32 * Open the output XML file with Firefox or Internet Explorer.
33 * For long XML files is better to use the d3dtrace-txt.xsl stylesheet together with a dedicated XSL processor like xsltproc, or msxsl.
34
35
36 -- 
37 Jose Fonseca <jrfonseca@tungstengraphics.com>