EndScene() question.

Started by
1 comment, last by CaptainZ 19 years, 7 months ago
Hello, I´m profiling 2 sample projects I have made. They are allmost the same. They the same mesh to render, with no texture and the same number of tris, but I don´t know why in one example EndScene() doubles the time of the other. Do anybody know what could be producing this?. Thanks in advance, HexDump.
Advertisement
Have you tried the new PIX (Performance Investigator for DirectX) tool that comes with the latest SDK - give it a go it may point you in the right direction.
------------------------See my games programming site at: www.toymaker.info
Check that both device arecreated using the same PRESENT_INTERVAL settings (ie VSYNC)

This topic is closed to new replies.

Advertisement